dbus: 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 18a507ba24
commit adf9cf2d51

View File

@ -23,10 +23,9 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://dbus.freedesktop.org"
PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="expat"
PKG_BUILD_DEPENDS_TARGET="toolchain expat systemd"
PKG_BUILD_DEPENDS_HOST="toolchain expat:host"
PKG_BUILD_DEPENDS_BOOTSTRAP="toolchain expat"
PKG_DEPENDS_HOST="expat:host"
PKG_DEPENDS_TARGET="toolchain expat systemd"
PKG_DEPENDS_BOOTSTRAP="toolchain expat"
PKG_PRIORITY="required"
PKG_SECTION="system"
PKG_SHORTDESC="dbus: simple interprocess messaging system"