Files
poky/openembedded/packages/dbus/dbus_0.36.bb
Richard Purdie 255a4ed2bf Remove gtk xsettings patch. Add dbus 0.36
git-svn-id: https://svn.o-hand.com/repos/poky@16 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-09-02 13:00:13 +00:00

17 lines
510 B
BlitzBasic

include dbus.inc
DEPENDS = "expat glib-2.0 virtual/libintl dbus-native"
SRC_URI_EXTRA = " \
file://no-introspect.patch;patch=1 \
file://no-bindings.patch;patch=1 \
file://no-examples.patch;patch=1"
FILES_${PN} += "${bindir}/dbus-daemon"
FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
do_configure_prepend() {
install -m 0644 ${STAGING_DIR}/${BUILD_SYS}/share/dbus/dbus-bus-introspect.xml ${S}/tools/
install -m 0644 ${STAGING_DIR}/${BUILD_SYS}/share/dbus/dbus-glib-bindings.h ${S}/tools/
}