diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-12-18 14:40:18 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-04 12:08:37 +0100 |
commit | cb182019c4f7485713cb50623240c01882448ffd (patch) | |
tree | e9ddb0162f89ff25a3d6da1268e9b28d24104c04 /meta-multimedia/recipes-dvb | |
parent | b08b6d79ae52ae169f08c6d8af155bbb1bb21d83 (diff) | |
download | meta-openembedded-cb182019c4f7485713cb50623240c01882448ffd.tar.gz |
tvheadend: Disable dvdscan
* when enabled it will try to download
http://linuxtv.org/hg/dvb-apps/archive/tip.tar.bz2
from do_configure (bypassing PREMIRROR and bitbake fetcher), but
what's worse even when it fetches it, it fails in do_install, because
dvb-scan directory is empty, reading the script called from configure
3.3-r0/git/support/getmuxlist, I don't know how it could work before,
because it first moves files to dvb-scan directory and then removes
them all one by one.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-dvb')
-rw-r--r-- | meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb index 7c8b95935..65d43c620 100644 --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb +++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |||
@@ -20,6 +20,7 @@ do_configure() { | |||
20 | --bindir=${bindir} \ | 20 | --bindir=${bindir} \ |
21 | --datadir=${datadir} \ | 21 | --datadir=${datadir} \ |
22 | --arch=${TARGET_ARCH} \ | 22 | --arch=${TARGET_ARCH} \ |
23 | --disable-dvbscan \ | ||
23 | --disable-bundle | 24 | --disable-bundle |
24 | } | 25 | } |
25 | 26 | ||