summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2012-08-23 14:45:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-24 17:32:56 +0100
commitdfc493ea88153cf9901233353eb5eb161456ec36 (patch)
tree8121d31ff5ba46291a9e14f551ed1b0abfec6e1f /meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch
parent2f958cbc30747d41b6861e5281829f348d4f7ab7 (diff)
downloadpoky-dfc493ea88153cf9901233353eb5eb161456ec36.tar.gz
dbus-glib: upgrade to 0.100
test-service-glib-include-glib-only.patch: removed - no more compiling errors Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch')
-rw-r--r--meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch20
1 files changed, 0 insertions, 20 deletions
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
deleted file mode 100644
index 27780e71da..0000000000
--- a/meta/recipes-core/dbus/dbus-glib-0.98/test-service-glib-include-glib-only.patch
+++ /dev/null
@@ -1,20 +0,0 @@
1Fix the compiling error that not include glib.h directly.
2
3upstream bugzilla link: https://bugs.freedesktop.org/show_bug.cgi?id=52210
4Upstream-Status: Submitted
5
6Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
7
8diff --git a/test/core/test-service-glib.c b/test/core/test-service-glib.c
9index 3355890..7291f35 100644
10--- a/test/core/test-service-glib.c
11+++ b/test/core/test-service-glib.c
12@@ -11,7 +11,7 @@
13 #include <string.h>
14 #include <glib/gi18n.h>
15 #include <glib-object.h>
16-#include <glib/gquark.h>
17+#include <glib.h>
18
19 #include "my-object.h"
20 #include "my-object-subclass.h"