diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb')
| -rw-r--r-- | meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb deleted file mode 100644 index 3b73549d2d..0000000000 --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | SUMMARY = "Tvheadend TV streaming server" | ||
| 2 | HOMEPAGE = "https://www.lonelycoder.com/redmine/projects/tvheadend" | ||
| 3 | |||
| 4 | DEPENDS = "avahi zlib openssl python-native dvb-apps" | ||
| 5 | |||
| 6 | LICENSE = "GPLv3+" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/tvheadend/tvheadend.git;branch=release/4.0 \ | ||
| 10 | file://0001-Fix-checks-for-sse2-mmx.patch \ | ||
| 11 | file://0001-disable-varargs-warning-on-clang.patch \ | ||
| 12 | file://0001-hdhomerun-Override-forced-overrdiing-og-CC-STRIP-and.patch \ | ||
| 13 | file://0001-dvr-Use-labs-instead-of-abs.patch \ | ||
| 14 | file://0001-Makefile-Ignore-warning-about-wrong-includes.patch \ | ||
| 15 | " | ||
| 16 | SRCREV = "64fec8120158de585e18be705055259484518d94" | ||
| 17 | PV = "4.0.9+git${SRCREV}" | ||
| 18 | |||
| 19 | S = "${WORKDIR}/git" | ||
| 20 | |||
| 21 | PACKAGECONFIG ?= "" | ||
| 22 | PACKAGECONFIG[uriparser] = "--enable-uriparser,--disable-uriparser,uriparser" | ||
| 23 | |||
| 24 | do_configure() { | ||
| 25 | ./configure ${PACKAGECONFIG_CONFARGS} \ | ||
| 26 | --prefix=${prefix} \ | ||
| 27 | --libdir=${libdir} \ | ||
| 28 | --bindir=${bindir} \ | ||
| 29 | --datadir=${datadir} \ | ||
| 30 | --arch=${TARGET_ARCH} \ | ||
| 31 | --disable-dvbscan \ | ||
| 32 | --disable-bundle | ||
| 33 | } | ||
| 34 | |||
| 35 | do_install() { | ||
| 36 | oe_runmake install DESTDIR=${D} | ||
| 37 | } | ||
| 38 | |||
| 39 | FILES_${PN} += "${datadir}/${BPN}" | ||
| 40 | |||
| 41 | RDEPENDS_${PN} += "libdvben50221 libucsi libdvbapi" | ||
| 42 | |||
| 43 | PNBLACKLIST[tvheadend] ?= "Depends on blacklisted dvb-apps - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||
