[oe-commits] org.oe.dev eds-dbus: add patch to work with a recent dbus-bindings-tool

koen commit openembedded-commits at lists.openembedded.org
Tue Jan 16 13:24:35 UTC 2007


eds-dbus: add patch to work with a recent dbus-bindings-tool

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: af4153d0dd728754313d3b7b97d3eb9c799da312
ViewMTN: http://monotone.openembedded.org/revision.psp?id=af4153d0dd728754313d3b7b97d3eb9c799da312
Files:
1
packages/eds/eds-dbus/fix-bindig-tool.patch
packages/eds/eds-dbus_svn.bb
Diffs:

#
# mt diff -r86d064241f76c59a2663d25f57ee15ef950bee4b -raf4153d0dd728754313d3b7b97d3eb9c799da312
#
# 
# 
# add_file "packages/eds/eds-dbus/fix-bindig-tool.patch"
#  content [9fe72949123116fc7890d3dd8ab8fb085e18b66c]
# 
# patch "packages/eds/eds-dbus_svn.bb"
#  from [bdd6bd4fc3f9ef5fd08502299d7d231dcd7ffc97]
#    to [d17307bf1a186234fda26714d37a9d4f94677470]
# 
============================================================
--- packages/eds/eds-dbus/fix-bindig-tool.patch	9fe72949123116fc7890d3dd8ab8fb085e18b66c
+++ packages/eds/eds-dbus/fix-bindig-tool.patch	9fe72949123116fc7890d3dd8ab8fb085e18b66c
@@ -0,0 +1,22 @@
+--- /tmp/Makefile.am	2007-01-16 13:56:57.000000000 +0100
++++ trunk/calendar/libecal-dbus/Makefile.am	2007-01-16 13:57:40.045251000 +0100
+@@ -64,7 +64,7 @@
+ 	dbus-binding-tool --mode=glib-server --output=$@ --prefix=$(subst -,_,$*) $^
+ 
+ %-bindings.h: ../libedata-cal-dbus/%.xml
+-	dbus-binding-tool --mode=glib-client --output=$@ $^
++	dbus-binding-tool --mode=glib-client --prefix= --output=$@ $^
+ 
+ BUILT_SOURCES = $(DBUS_GENERATED_H) $(MARSHAL_GENERATED)
+ CLEANFILES = $(BUILT_SOURCES)
+--- /tmp/Makefile.am	2007-01-16 14:05:49.000000000 +0100
++++ trunk/calendar/libedata-cal-dbus/Makefile.am	2007-01-16 14:06:15.865251000 +0100
+@@ -90,7 +90,7 @@
+ 	dbus-binding-tool --mode=glib-server --output=$@ --prefix=$(subst -,_,$*) $^
+ 
+ %-bindings.h: %.xml
+-	dbus-binding-tool --mode=glib-client --output=$@ $^
++	dbus-binding-tool --mode=glib-client --prefix= --output=$@ $^
+ 
+ 
+ DBUS_BINDINGS = e-data-cal-factory-bindings.h e-data-cal-bindings.h e-data-cal-view-bindings.h
============================================================
--- packages/eds/eds-dbus_svn.bb	bdd6bd4fc3f9ef5fd08502299d7d231dcd7ffc97
+++ packages/eds/eds-dbus_svn.bb	d17307bf1a186234fda26714d37a9d4f94677470
@@ -11,7 +11,9 @@ SRC_URI = "svn://svn.o-hand.com/repos/${
            file://no_libedataserverui-20060126.patch;patch=1;maxdate=20061214 \
            file://no_libedataserverui.patch;patch=1;mindate=20061215 \
            file://disable_orbit.patch;patch=1;maxdate=20061214 \
+           file://fix-bindig-tool.patch;patch=1 \
            file://iconv-detect.h"
+
 S = "${WORKDIR}/trunk"
 
 inherit autotools pkgconfig






More information about the Openembedded-commits mailing list