tvheadend: Rebase tvheadend-001-no-auto-download-dvbscans.patch
Fixes http://autobuild.buildroot.net/results/d10/d10b4ebf3c21a55413a30d7ce1cb9ec9790bd9bd/
Needed since this commit
a46a6d0dd3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
be382d949c
commit
438926e62b
@ -15,7 +15,7 @@ diff -durN tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/configure tvh
|
||||
#
|
||||
# DVB scan
|
||||
#
|
||||
-if enabled linuxdvb && enabled dvbscan; then
|
||||
-if enabled dvbscan; then
|
||||
- printf "${TAB}" "fetching dvb-scan files ..."
|
||||
- "${ROOTDIR}/support/getmuxlist"
|
||||
- if [ $? -ne 0 ]; then
|
||||
@ -25,7 +25,7 @@ diff -durN tvheadend-c84bc2b72b462ef2dbed305f3fd0bb3fa5046fc3.orig/configure tvh
|
||||
- echo "ok"
|
||||
-fi
|
||||
+# For buildroot, we already installed those files via the dvb-apps package
|
||||
+#if enabled linuxdvb && enabled dvbscan; then
|
||||
+#if enabled dvbscan; then
|
||||
+# printf "${TAB}" "fetching dvb-scan files ..."
|
||||
+# "${ROOTDIR}/support/getmuxlist"
|
||||
+# if [ $? -ne 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user