Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "Tvheadend: TV streaming server and recorder" |
| 2 | HOMEPAGE = "https://tvheadend.org/" |
| 3 | |
| 4 | inherit autotools-brokensep gettext gitpkgv pkgconfig |
| 5 | |
| 6 | DEPENDS = "avahi cmake-native dvb-apps libdvbcsa libpcre2 openssl uriparser zlib" |
| 7 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 8 | LICENSE = "GPL-3.0-or-later" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 9 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" |
| 10 | |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 11 | SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=master;protocol=https \ |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 12 | file://0001-adjust-for-64bit-time_t.patch \ |
| 13 | " |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 14 | |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame] | 15 | SRCREV = "9a51cea492e4a5579ca3ddf9233fecfa419de078" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 16 | PV = "4.3+git${SRCPV}" |
| 17 | PKGV = "4.3+git${GITPKGV}" |
| 18 | |
| 19 | S = "${WORKDIR}/git" |
| 20 | |
| 21 | EXTRA_OECONF += "--arch=${TARGET_ARCH} \ |
| 22 | --disable-hdhomerun_static \ |
| 23 | --disable-ffmpeg_static \ |
| 24 | --disable-libav \ |
Brad Bishop | 996bc45 | 2019-12-02 13:05:15 -0500 | [diff] [blame] | 25 | --python=python3 \ |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 26 | --disable-dvbscan \ |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 27 | " |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 28 | |
Patrick Williams | 03907ee | 2022-05-01 06:28:52 -0500 | [diff] [blame] | 29 | EXTRA_OECONF:append:libc-musl = " --disable-execinfo" |
| 30 | |
| 31 | EXTRA_OEMAKE = "CFLAGS_NO_WERROR=yes" |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 32 | CLEANBROKEN = "1" |
| 33 | |