aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-12-18 14:40:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-04 12:08:37 +0100
commitcb182019c4f7485713cb50623240c01882448ffd (patch)
treee9ddb0162f89ff25a3d6da1268e9b28d24104c04
parentb08b6d79ae52ae169f08c6d8af155bbb1bb21d83 (diff)
downloadmeta-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>
-rw-r--r--meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb1
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 7c8b959352..65d43c620d 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() {
--bindir=${bindir} \
--datadir=${datadir} \
--arch=${TARGET_ARCH} \
+ --disable-dvbscan \
--disable-bundle
}