dbus: remove package 'dbus:bootstrap'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-02-20 17:28:37 +01:00
parent 568a02c01b
commit 4cdbc33bab

View File

@ -25,7 +25,6 @@ PKG_SITE="http://dbus.freedesktop.org"
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_BOOTSTRAP="toolchain expat"
PKG_PRIORITY="required"
PKG_SECTION="system"
PKG_SHORTDESC="dbus: simple interprocess messaging system"
@ -62,26 +61,6 @@ PKG_CONFIGURE_OPTS_HOST="--disable-verbose-mode \
--disable-xml-docs \
--disable-doxygen-docs"
PKG_CONFIGURE_OPTS_BOOTSTRAP="export ac_cv_have_abstract_sockets=yes \
--libexecdir=/usr/lib/dbus \
--disable-verbose-mode \
--disable-asserts \
--disable-checks \
--disable-tests \
--disable-ansi \
--disable-xml-docs \
--disable-doxygen-docs \
--enable-abstract-sockets \
--disable-x11-autolaunch \
--disable-selinux \
--disable-libaudit \
--disable-systemd \
--enable-dnotify \
--enable-inotify \
--with-xml=expat \
--without-x \
--with-dbus-user=dbus"
post_makeinstall_host() {
$ROOT/$TOOLCHAIN/bin/dbus-daemon --introspect > introspect.xml
}