[oe-commits] Richard Purdie : gsettings-desktop-schemas: Add missing DEPENDS on gobject-introspection-stub-native

git at git.openembedded.org git at git.openembedded.org
Mon Jun 2 20:38:54 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 6393bcf7cbc3a40ac00d7b7792c9592a46e63e47
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6393bcf7cbc3a40ac00d7b7792c9592a46e63e47

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Jun  2 21:06:03 2014 +0100

gsettings-desktop-schemas: Add missing DEPENDS on gobject-introspection-stub-native

It uses gobject-introspection macros but was missing a dependency
upon something which provides them.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 



More information about the Openembedded-commits mailing list