diskdev_cmds: 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:31:09 +01:00
parent adf9cf2d51
commit 5c6dc139c3

View File

@ -23,9 +23,8 @@ PKG_ARCH="any"
PKG_LICENSE="APSL"
PKG_SITE="http://src.gnu-darwin.org/DarwinSourceArchive/expanded/diskdev_cmds/"
PKG_URL="http://www.opensource.apple.com/tarballs/diskdev_cmds/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="openssl"
PKG_BUILD_DEPENDS_TARGET="toolchain openssl"
PKG_BUILD_DEPENDS_INIT="toolchain openssl diskdev_cmds"
PKG_DEPENDS_TARGET="toolchain openssl"
PKG_DEPENDS_INIT="toolchain openssl diskdev_cmds"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="diskdev_cmds: hfs filesystem utilities"