From: Richard Purdie Date: Mon, 2 Jun 2014 20:06:03 +0000 (+0100) Subject: gsettings-desktop-schemas: Add missing DEPENDS on gobject-introspection-stub-native X-Git-Tag: 2015-4~2666 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a3ed1ec9ff9f963925bd7ed336c32d5e428bd15a;p=openembedded-core.git 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 --- 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 eb09d2fcb4..a0123d9005 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