xbmc-addon-lcd: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-30 14:38:55 +01:00
parent e02a5eae8f
commit ff6962be4f

View File

@ -24,8 +24,7 @@ PKG_LICENSE="GPL"
PKG_SITE="https://github.com/Memphiz/script.xbmc.lcd"
PKG_SITE="https://github.com/herrnst/script.xbmc.lcd"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="Python"
PKG_BUILD_DEPENDS_TARGET="toolchain"
PKG_DEPENDS_TARGET="toolchain Python"
PKG_PRIORITY="optional"
PKG_SECTION="mediacenter"
PKG_SHORTDESC="LCD addon for XBMC"