blob: b3e5e78c7c4365fa05d9bff9fbdbc3befaf6d1fa [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 Geisslerc5535c92023-01-27 16:10:19 -060015SRCREV = "cc602833684953fc3e6f1c89d4f08f6dfef179e3"
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
Patrick Williams03907ee2022-05-01 06:28:52 -050029EXTRA_OECONF:append:libc-musl = " --disable-execinfo"
30
31EXTRA_OEMAKE = "CFLAGS_NO_WERROR=yes"
Brad Bishop87b3cb82019-11-15 16:35:37 -050032CLEANBROKEN = "1"