mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
Add a working Tvheadend recipe
The original one was previously removed
by commit ec9e5ed062
as part of a clean-up of blacklisted recipes.
Signed-off-by: Peter Bašista <pbasista@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
SUMMARY = "Tvheadend: TV streaming server and recorder"
|
||||||
|
HOMEPAGE = "https://tvheadend.org/"
|
||||||
|
|
||||||
|
inherit autotools-brokensep gettext gitpkgv pkgconfig
|
||||||
|
|
||||||
|
DEPENDS = "avahi cmake-native libdvbcsa libpcre2 openssl uriparser zlib"
|
||||||
|
|
||||||
|
LICENSE = "GPLv3+"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
|
||||||
|
|
||||||
|
SRC_URI = "git://github.com/tvheadend/tvheadend.git"
|
||||||
|
|
||||||
|
SRCREV = "bdc2ae9e19520a10cdf0bec0fcc0050b32bc75ff"
|
||||||
|
PV = "4.3+git${SRCPV}"
|
||||||
|
PKGV = "4.3+git${GITPKGV}"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
EXTRA_OECONF += "--arch=${TARGET_ARCH} \
|
||||||
|
--disable-hdhomerun_static \
|
||||||
|
--disable-ffmpeg_static \
|
||||||
|
--disable-libav \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user