blob: 20faef047ea91d714e8a68c1ac156cf61e3abdec [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 \
Brad Bishope42b3e32020-01-15 22:08:42 -050013 file://0001-allocate-space-for-buf-on-heap.patch \
Brad Bishop87b3cb82019-11-15 16:35:37 -050014 "
Brad Bishop19323692019-04-05 15:28:33 -040015
Brad Bishop87b3cb82019-11-15 16:35:37 -050016SRCREV = "fda89e85e0b6ae796d8a09e178d3937aa7869270"
Brad Bishop19323692019-04-05 15:28:33 -040017PV = "4.3+git${SRCPV}"
18PKGV = "4.3+git${GITPKGV}"
19
20S = "${WORKDIR}/git"
21
22EXTRA_OECONF += "--arch=${TARGET_ARCH} \
23 --disable-hdhomerun_static \
24 --disable-ffmpeg_static \
25 --disable-libav \
Brad Bishop996bc452019-12-02 13:05:15 -050026 --python=python3 \
Brad Bishop19323692019-04-05 15:28:33 -040027 "
Brad Bishop87b3cb82019-11-15 16:35:37 -050028
29CLEANBROKEN = "1"
30