[oe-commits] org.oe.dev dbus-glib-native: stage dbus-binding-tool for eds manually

pH5 commit openembedded-commits at lists.openembedded.org
Thu Aug 23 12:44:55 UTC 2007


dbus-glib-native: stage dbus-binding-tool for eds manually
* autotools_stage_all doesn't install binaries

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 9064298a7c8666a75d79b14e539de1aba05de36f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9064298a7c8666a75d79b14e539de1aba05de36f
Files:
1
packages/dbus/dbus-glib-native_0.72.bb
Diffs:

#
# mt diff -r5190e4eb0827b8bfe3f72475ad62fd98585e8bfa -r9064298a7c8666a75d79b14e539de1aba05de36f
#
# 
# 
# patch "packages/dbus/dbus-glib-native_0.72.bb"
#  from [278c6e1074af019c5bf108638bebfba814ddc160]
#    to [5c8a08a3c0bc93f2de4060d523738b5500cd88c0]
# 
============================================================
--- 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}/
 }






More information about the Openembedded-commits mailing list