* gsettings-desktop-schemas: Add missing DEPENDS on gobject-introspection-stub-native
@ 2014-06-02 20:06 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2014-06-02 20:06 UTC (permalink / raw)
To: openembedded-core
It uses gobject-introspection macros but was missing a dependency
upon something which provides them.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb
index eb09d2f..a0123d9 100644
--- a/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb
+++ b/meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
PR = "r1"
-DEPENDS = "glib-2.0 intltool-native"
+DEPENDS = "glib-2.0 intltool-native gobject-introspection-stub-native"
inherit gnomebase gsettings gettext
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-06-02 20:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 20:06 gsettings-desktop-schemas: Add missing DEPENDS on gobject-introspection-stub-native Richard Purdie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.