[oe] dbus-glib-native: install dbus-binding-tool to ${STAGING_BINDIR}?

pHilipp Zabel philipp.zabel at gmail.com
Thu Aug 23 08:48:56 UTC 2007


Hi, I've got this change in my local workdir, unfortunately I don't
remember what exactly needed the binding tool. Is this ok to commit?

--- packages/dbus/dbus-glib-native_0.72.bb	278c6e1074af019c5bf108638bebfba814ddc160
+++ packages/dbus/dbus-glib-native_0.72.bb	5c8a08a3c0bc93f2de4060d523738b5500cd88c0
@@ -1,5 +1,5 @@ SECTION = "base"
 SECTION = "base"
-PR = "r0"
+PR = "r1"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
 DESCRIPTION = "message bus system for applications to talk to one another"
 LICENSE = "GPL"
@@ -19,4 +19,5 @@ do_stage() {
         install -d ${STAGING_DATADIR}/dbus
         install -m 0644 tools/dbus-bus-introspect.xml ${STAGING_DATADIR}/dbus
         install -m 0644 tools/dbus-glib-bindings.h ${STAGING_DATADIR}/dbus
+	install -m 0755 dbus/.libs/dbus-binding-tool ${STAGING_BINDIR}/
 }

cheers
Philipp




More information about the Openembedded-devel mailing list