diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-09 17:02:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:18 +0000 |
commit | 1011ce60412b17e4a1d2293dabe76027547429f7 (patch) | |
tree | 3368d443f153ad2d6d6fce9bf0537c61b6ae0856 /meta/recipes-gnome/gsettings-desktop-schemas | |
parent | 12d61ac95b6bfae60dd4a7c7239bc8b8b0bcafbb (diff) | |
download | openembedded-core-1011ce60412b17e4a1d2293dabe76027547429f7.tar.gz openembedded-core-1011ce60412b17e4a1d2293dabe76027547429f7.tar.bz2 openembedded-core-1011ce60412b17e4a1d2293dabe76027547429f7.zip |
recipes-gnome: fix introspection support
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gsettings-desktop-schemas')
-rw-r--r-- | meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.19.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.19.3.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.19.3.bb index 4c1fbfcfb4..25fdabade0 100644 --- a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.19.3.bb +++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.19.3.bb @@ -5,9 +5,9 @@ BUGTRACKER = "https://bugzilla.gnome.org/" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -DEPENDS = "glib-2.0 intltool-native gobject-introspection-stub-native" +DEPENDS = "glib-2.0 intltool-native" -inherit gnomebase gsettings gettext +inherit gnomebase gsettings gettext gobject-introspection SRC_URI[archive.md5sum] = "fdc92abcffe46821be423193b275cf8b" SRC_URI[archive.sha256sum] = "9084989b75ca9b3fc5984c8a0d297a93d3d124f51cadd2bdaaaa75a783c80635" |