mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
tvheadend: Update to 4.0.9
* Add missing build and runtime deps * add packageconfig for uriparser Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,22 +1,29 @@
|
||||
SUMMARY = "Tvheadend TV streaming server"
|
||||
HOMEPAGE = "https://www.lonelycoder.com/redmine/projects/tvheadend"
|
||||
|
||||
DEPENDS = "avahi zlib openssl python-native"
|
||||
DEPENDS = "avahi zlib openssl python-native dvb-apps"
|
||||
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9eef91148a9b14ec7f9df333daebc746"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
|
||||
|
||||
SRC_URI = "git://github.com/tvheadend/tvheadend.git \
|
||||
file://0001-Move-tvheadend-specific-LD-CFLAGS-into-a-helper-vari.patch \
|
||||
file://0002-fix-issues-with-gcc6.patch \
|
||||
SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=release/4.0 \
|
||||
file://0001-Fix-checks-for-sse2-mmx.patch \
|
||||
file://0001-disable-varargs-warning-on-clang.patch \
|
||||
file://0001-hdhomerun-Override-forced-overrdiing-og-CC-STRIP-and.patch \
|
||||
file://0001-dvr-Use-labs-instead-of-abs.patch \
|
||||
file://0001-Makefile-Ignore-warning-about-wrong-includes.patch \
|
||||
"
|
||||
SRCREV = "a420c83a0e0d2c31c2c15d0fec6fedc3f5a36dfe"
|
||||
PV = "3.3"
|
||||
SRCREV = "64fec8120158de585e18be705055259484518d94"
|
||||
PV = "4.0.9+git${SRCREV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[uriparser] = "--enable-uriparser,--disable-uriparser,uriparser"
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=${prefix} \
|
||||
./configure ${PACKAGECONFIG_CONFARGS} \
|
||||
--prefix=${prefix} \
|
||||
--libdir=${libdir} \
|
||||
--bindir=${bindir} \
|
||||
--datadir=${datadir} \
|
||||
@@ -30,3 +37,5 @@ do_install() {
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/${BPN}"
|
||||
|
||||
RDEPENDS_${PN} += "libdvben50221 libucsi libdvbapi"
|
||||
|
||||
Reference in New Issue
Block a user