blob: a818a961f3c17673d8c3e48bdcc0d129d8097ae7 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Tvheadend: TV streaming server and recorder"
2HOMEPAGE = "https://tvheadend.org/"
3
4inherit autotools-brokensep gettext gitpkgv pkgconfig
5
6DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib"
7
8LICENSE = "GPLv3+"
9LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
10
Brad Bishop87b3cb82019-11-15 16:35:37 -050011SRC_URI = "git://github.com/tvheadend/tvheadend.git \
12 file://0001-adjust-for-64bit-time_t.patch \
13 "
Brad Bishop19323692019-04-05 15:28:33 -040014
Brad Bishop87b3cb82019-11-15 16:35:37 -050015SRCREV = "fda89e85e0b6ae796d8a09e178d3937aa7869270"
Brad Bishop19323692019-04-05 15:28:33 -040016PV = "4.3+git${SRCPV}"
17PKGV = "4.3+git${GITPKGV}"
18
19S = "${WORKDIR}/git"
20
21EXTRA_OECONF += "--arch=${TARGET_ARCH} \
22 --disable-hdhomerun_static \
23 --disable-ffmpeg_static \
24 --disable-libav \
Brad Bishop996bc452019-12-02 13:05:15 -050025 --python=python3 \
Brad Bishop19323692019-04-05 15:28:33 -040026 "
Brad Bishop87b3cb82019-11-15 16:35:37 -050027
28CLEANBROKEN = "1"
29