[oe] [meta-multimedia][PATCH v3] Add a working Tvheadend recipe

Peter Bašista pbasista at gmail.com
Fri Nov 23 01:52:48 UTC 2018


The original one was previously removed
by commit ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3
as part of a clean-up of blacklisted recipes.

Signed-off-by: Peter Bašista <pbasista at gmail.com>
---
 .../recipes-dvb/tvheadend/tvheadend_git.bb    | 32 +++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb

diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
new file mode 100644
index 000000000..11f496432
--- /dev/null
+++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
@@ -0,0 +1,32 @@
+SUMMARY = "Tvheadend: TV streaming server and recorder"
+HOMEPAGE = "https://tvheadend.org/"
+
+inherit 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 = "ccd64e698a38adb7f712a841bc3dc4480bb97dfb"
+PV = "4.3+git${SRCPV}"
+PKGV = "4.3+git${GITPKGV}"
+
+S = "${WORKDIR}/git"
+
+EXTRA_OECONF += "${PACKAGECONFIG_CONFARGS} \
+                 --prefix=${prefix} \
+                 --libdir=${libdir} \
+                 --bindir=${bindir} \
+                 --datadir=${datadir} \
+                 --arch=${TARGET_ARCH} \
+                 --disable-hdhomerun_static \
+                 --disable-ffmpeg_static \
+                 --disable-libav \
+                 "
+
+do_configure() {
+    ${S}/configure ${EXTRA_OECONF}
+}
-- 
2.19.1



More information about the Openembedded-devel mailing list