package/tvheadend: transponders data now provided by dtv-scan-tables
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c110099191
commit
9981956b89
@ -12,7 +12,7 @@ config BR2_PACKAGE_TVHEADEND
|
||||
# context of Buildroot, the only really problematic
|
||||
# architecture is avr32, which uses gcc 4.2.
|
||||
depends on !BR2_avr32
|
||||
select BR2_PACKAGE_DVB_APPS
|
||||
select BR2_PACKAGE_DTV_SCAN_TABLES
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
Tvheadend is a TV streaming server for Linux supporting DVB-S,
|
||||
|
@ -16,11 +16,11 @@ endif
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# tvheadend is a little smuggler and thief! ;-)
|
||||
# During the ./configure, it downloads some files from the dvb-apps
|
||||
# During the ./configure, it downloads some files from the dtv-scan-tables
|
||||
# package, so it has a list of pre-scanned tunner configurations.
|
||||
# For buildroot, we add a patch that avoids doing that, but uses the
|
||||
# scan files installed by the dvb-apps package
|
||||
TVHEADEND_DEPENDENCIES += dvb-apps
|
||||
# scan files installed by the dtv-scan-tables package
|
||||
TVHEADEND_DEPENDENCIES += dtv-scan-tables
|
||||
|
||||
define TVHEADEND_CONFIGURE_CMDS
|
||||
(cd $(@D); \
|
||||
|
Loading…
Reference in New Issue
Block a user