tvheadend42: add missing PKG_DEPENDS_UNPACK

tvh-dtv-scan-tables is accessed using get_build_dir().
This commit is contained in:
Andre Heider 2019-12-11 22:31:59 +01:00
parent 8f96b795cd
commit 36e8fd71cf

View File

@ -11,7 +11,8 @@ PKG_LICENSE="GPL"
PKG_SITE="http://www.tvheadend.org" PKG_SITE="http://www.tvheadend.org"
PKG_URL="https://github.com/tvheadend/tvheadend/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/tvheadend/tvheadend/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain avahi comskip curl dvb-apps ffmpegx libdvbcsa libhdhomerun \ PKG_DEPENDS_TARGET="toolchain avahi comskip curl dvb-apps ffmpegx libdvbcsa libhdhomerun \
libiconv openssl pngquant:host Python3:host tvh-dtv-scan-tables" libiconv openssl pngquant:host Python3:host"
PKG_DEPENDS_UNPACK="tvh-dtv-scan-tables"
PKG_SECTION="service" PKG_SECTION="service"
PKG_SHORTDESC="Tvheadend: a TV streaming server for Linux" PKG_SHORTDESC="Tvheadend: a TV streaming server for Linux"
PKG_LONGDESC="Tvheadend ($PKG_VERSION_NUMBER): is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV, SAT>IP, ATSC and ISDB-T" PKG_LONGDESC="Tvheadend ($PKG_VERSION_NUMBER): is a TV streaming server for Linux supporting DVB-S/S2, DVB-C, DVB-T/T2, IPTV, SAT>IP, ATSC and ISDB-T"