debug: fix depends

This commit is contained in:
Stefan Saraev 2014-01-26 15:59:15 +02:00
parent 0fed237f4d
commit e99cef0cd1

View File

@ -23,8 +23,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
PKG_DEPENDS="gdb strace"
PKG_BUILD_DEPENDS="toolchain"
PKG_DEPENDS_TARGET="gdb strace"
PKG_BUILD_DEPENDS_TARGET="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="virtual"
PKG_SHORTDESC="debug: Metapackage for installing debugging tools"