dbus-glib: fix compile error when enable-tests
authorYao Zhao <yao.zhao@windriver.com>
Tue, 17 Jul 2012 20:10:05 +0000 (16:10 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jul 2012 16:18:11 +0000 (17:18 +0100)
test-service-glib-include-glib-only.patch: fixes the compiling failure
that test-service-glib.c includes glib/gquark.h not glib.h directly.

[YOCTO #2762]

(From OE-Core rev: aefa55f3553f00753d1eb95905086bc12bc5bfaa)

Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch [new file with mode: 0644]
meta/recipes-core/dbus/dbus-glib.inc

diff --git a/meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch b/meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch
new file mode 100644 (file)
index 0000000..27780e7
--- /dev/null
@@ -0,0 +1,20 @@
+Fix the compiling error that not include glib.h directly.
+
+upstream bugzilla link: https://bugs.freedesktop.org/show_bug.cgi?id=52210
+Upstream-Status: Submitted
+
+Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
+
+diff --git a/test/core/test-service-glib.c b/test/core/test-service-glib.c
+index 3355890..7291f35 100644
+--- a/test/core/test-service-glib.c
++++ b/test/core/test-service-glib.c
+@@ -11,7 +11,7 @@
+ #include <string.h>
+ #include <glib/gi18n.h>
+ #include <glib-object.h>
+-#include <glib/gquark.h>
++#include <glib.h>
+ #include "my-object.h"
+ #include "my-object-subclass.h"
index da2845a..f554ce8 100644 (file)
@@ -11,7 +11,9 @@ DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
 DEPENDS_virtclass-native = "glib-2.0-native dbus-native"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
-           file://no-examples.patch"
+           file://no-examples.patch \
+           file://test-service-glib-include-glib-only.patch \
+"
 
 inherit autotools pkgconfig gettext