From df64377dd5fd8b2c336a9aa8c423184ed034148e Mon Sep 17 00:00:00 2001 From: Yao Zhao Date: Tue, 17 Jul 2012 16:10:05 -0400 Subject: 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] (From OE-Core rev: aefa55f3553f00753d1eb95905086bc12bc5bfaa) Signed-off-by: Yao Zhao Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus-glib.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/dbus/dbus-glib.inc') 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 -- cgit v1.2.3-54-g00ecf