diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2013-12-18 14:44:21 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-04 11:56:41 +0100 |
| commit | fd850c35dab2ad1649673760c48fa205f3ffdb6c (patch) | |
| tree | dfb9bcb03cc4308735a5e69a70441dc905778ca3 /meta-multimedia | |
| parent | cd36dad5673e01e8e0601449c938de9acdeb499a (diff) | |
| download | meta-openembedded-fd850c35dab2ad1649673760c48fa205f3ffdb6c.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')
| -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 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() { | |||
| 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 | ||
