script.config.vdr: forgot to remove toolchain from build deps

toolchain is not really needed for this addon
This commit is contained in:
Stefan Saraev 2015-05-05 12:43:31 +03:00
parent 4c3c6ffd0c
commit 5b0ca543e6

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="OSS" PKG_LICENSE="OSS"
PKG_SITE="http://www.openelec.tv" PKG_SITE="http://www.openelec.tv"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain" PKG_DEPENDS_TARGET=""
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="" PKG_SECTION=""
PKG_SHORTDESC="script.config.vdr" PKG_SHORTDESC="script.config.vdr"