From fd850c35dab2ad1649673760c48fa205f3ffdb6c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 18 Dec 2013 14:44:21 +0100 Subject: 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 --- meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit 1.2.3-korg