diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-02 21:06:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 16:49:19 +0100 |
commit | 9955b7784d4e728f6f78d33f9c382eef72209830 (patch) | |
tree | 2eb566b3588f90785c0e9f8371049f18ca14ecb1 | |
parent | c1de48a44752917ebd73ded454a61472bb869903 (diff) | |
download | poky-9955b7784d4e728f6f78d33f9c382eef72209830.tar.gz |
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.
(From OE-Core rev: a3ed1ec9ff9f963925bd7ed336c32d5e428bd15a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gnome/gsettings-desktop-schemas_3.10.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | DEPENDS = "glib-2.0 intltool-native" | 9 | DEPENDS = "glib-2.0 intltool-native gobject-introspection-stub-native" |
10 | 10 | ||
11 | inherit gnomebase gsettings gettext | 11 | inherit gnomebase gsettings gettext |
12 | 12 | ||