blob: c278cf5994e1e21f374fe87b00eac34df676f697 [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
Andrew Geissler9aee5002022-03-30 16:27:02 +00008LICENSE = "GPL-3.0-or-later"
Brad Bishop19323692019-04-05 15:28:33 -04009LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
10
Andrew Geissler595f6302022-01-24 19:11:47 +000011SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https \
Brad Bishop87b3cb82019-11-15 16:35:37 -050012 file://0001-adjust-for-64bit-time_t.patch \
13 "
Brad Bishop19323692019-04-05 15:28:33 -040014
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050015SRCREV = "ce09077056f9c6558c188d135cec3be85cc9c200"
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 \
Andrew Geissler595f6302022-01-24 19:11:47 +000026 --disable-dvbscan \
Brad Bishop19323692019-04-05 15:28:33 -040027 "
Brad Bishop87b3cb82019-11-15 16:35:37 -050028
29CLEANBROKEN = "1"
30