[oe-commits] org.oe.dev notification-daemon: add obligatory --prefix parameter to dbus-binding-tool

pH5 commit openembedded-commits at lists.openembedded.org
Mon Jan 15 16:19:18 UTC 2007


notification-daemon: add obligatory --prefix parameter to dbus-binding-tool
- fixes compilation against dbus-glib >= 0.72

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 456124b7d55f34d0e4b0703a7026ccde10d0ddab
ViewMTN: http://monotone.openembedded.org/revision.psp?id=456124b7d55f34d0e4b0703a7026ccde10d0ddab
Files:
1
packages/notification-daemon/files
packages/notification-daemon/files/dbus-glib-tool-prefix.patch
packages/notification-daemon/notification-daemon_0.3.6.bb
Diffs:

#
# mt diff -r9bd25728378a90359decb3e26d31c11aea6fd270 -r456124b7d55f34d0e4b0703a7026ccde10d0ddab
#
# 
# 
# add_dir "packages/notification-daemon/files"
# 
# add_file "packages/notification-daemon/files/dbus-glib-tool-prefix.patch"
#  content [6b11afd3b9a27743edf5eec0a8af19e4c0040f37]
# 
# patch "packages/notification-daemon/notification-daemon_0.3.6.bb"
#  from [e7fa6abf14063b328b4ef32f1afbadee06139a9b]
#    to [c644f8dc9674019c425ce4a199efb02a5fe808c7]
# 
============================================================
--- packages/notification-daemon/files/dbus-glib-tool-prefix.patch	6b11afd3b9a27743edf5eec0a8af19e4c0040f37
+++ packages/notification-daemon/files/dbus-glib-tool-prefix.patch	6b11afd3b9a27743edf5eec0a8af19e4c0040f37
@@ -0,0 +1,13 @@
+Index: notification-daemon-0.3.6/src/Makefile.am
+===================================================================
+--- notification-daemon-0.3.6.orig/src/Makefile.am	2007-01-15 16:25:37.000000000 +0100
++++ notification-daemon-0.3.6/src/Makefile.am	2007-01-15 16:26:01.000000000 +0100
+@@ -13,7 +13,7 @@
+ BUILT_SOURCES = notificationdaemon-dbus-glue.h
+ 
+ notificationdaemon-dbus-glue.h: notificationdaemon.xml
+-	dbus-binding-tool --mode=glib-server \
++	dbus-binding-tool --mode=glib-server --prefix= \
+ 		$(srcdir)/notificationdaemon.xml > notificationdaemon-dbus-glue.h
+ 
+ INCLUDES = \
============================================================
--- packages/notification-daemon/notification-daemon_0.3.6.bb	e7fa6abf14063b328b4ef32f1afbadee06139a9b
+++ packages/notification-daemon/notification-daemon_0.3.6.bb	c644f8dc9674019c425ce4a199efb02a5fe808c7
@@ -9,7 +9,8 @@ FILES_${PN} = "${libexecdir}/notificatio
 	${libdir}/notification-daemon-1.0/engines/libstandard.so \
 	${sysconfdir}/gconf/schemas/notification-daemon.schemas"
 
-SRC_URI =       "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz"
+SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
+	file://dbus-glib-tool-prefix.patch;patch=1"
 EXTRA_OECONF =	"--disable-binreloc"
 
 inherit autotools pkgconfig






More information about the Openembedded-commits mailing list