dbus: remove dbus:host

This commit is contained in:
Stephan Raue 2014-08-20 22:45:41 +03:00
parent 2b6f5c16ab
commit ebed09df46

View File

@ -23,7 +23,6 @@ PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://dbus.freedesktop.org" PKG_SITE="http://dbus.freedesktop.org"
PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://dbus.freedesktop.org/releases/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_HOST="expat:host"
PKG_DEPENDS_TARGET="toolchain expat systemd" PKG_DEPENDS_TARGET="toolchain expat systemd"
PKG_PRIORITY="required" PKG_PRIORITY="required"
PKG_SECTION="system" PKG_SECTION="system"
@ -54,17 +53,6 @@ PKG_CONFIGURE_OPTS_TARGET="export ac_cv_have_abstract_sockets=yes \
--without-x \ --without-x \
--with-dbus-user=dbus" --with-dbus-user=dbus"
PKG_CONFIGURE_OPTS_HOST="--disable-verbose-mode \
--disable-asserts \
--disable-checks \
--disable-tests \
--disable-xml-docs \
--disable-doxygen-docs"
post_makeinstall_host() {
$ROOT/$TOOLCHAIN/bin/dbus-daemon --introspect > introspect.xml
}
post_makeinstall_target() { post_makeinstall_target() {
rm -rf $INSTALL/etc/rc.d rm -rf $INSTALL/etc/rc.d
rm -rf $INSTALL/usr/lib/dbus-1.0/include rm -rf $INSTALL/usr/lib/dbus-1.0/include