aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-glib.inc
diff options
context:
space:
mode:
authorYao Zhao <yao.zhao@windriver.com>2012-07-17 16:10:05 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-19 17:12:24 +0100
commitaefa55f3553f00753d1eb95905086bc12bc5bfaa (patch)
tree98ac25178a939aaf4b31eedd2f844c1fda1d9e10 /meta/recipes-core/dbus/dbus-glib.inc
parent3c02800716aafbc12b15b3dbb3bad0dc3b942cc1 (diff)
downloadopenembedded-core-aefa55f3553f00753d1eb95905086bc12bc5bfaa.tar.gz
dbus-glib: fix compile error when enable-tests
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] Signed-off-by: Yao Zhao <yao.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-glib.inc')
-rw-r--r--meta/recipes-core/dbus/dbus-glib.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
index da2845af02..f554ce82b1 100644
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ b/meta/recipes-core/dbus/dbus-glib.inc
@@ -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