diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-03-08 17:20:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-14 12:15:35 +0100 |
commit | 0caf8d310d118a00405623fd9b55036cec37041f (patch) | |
tree | 108f1bd25dfc9317025ede0823319dd63bfb9fbb | |
parent | 46dbbb2b66ed7cd51f89c71c46ceee83fcc462fc (diff) | |
download | meta-openembedded-0caf8d310d118a00405623fd9b55036cec37041f.tar.gz |
gnome-menus: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb | 2 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb index 611499aff..bf5519701 100644 --- a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb | |||
@@ -9,7 +9,7 @@ PNBLACKLIST[gnome-menus3] ?= "CONFLICT: 24 files are conflicting with gnome-menu | |||
9 | 9 | ||
10 | DEPENDS = "python libxml2 gconf popt gtk+3" | 10 | DEPENDS = "python libxml2 gconf popt gtk+3" |
11 | 11 | ||
12 | inherit gnomebase pkgconfig python-dir pythonnative | 12 | inherit gnomebase pkgconfig python-dir pythonnative gobject-introspection |
13 | 13 | ||
14 | BPN = "gnome-menus" | 14 | BPN = "gnome-menus" |
15 | 15 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb index 5e1588e24..1b84a54c8 100644 --- a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb | |||
@@ -7,7 +7,7 @@ PR = "r1" | |||
7 | 7 | ||
8 | DEPENDS = "python libxml2 gconf popt gtk+" | 8 | DEPENDS = "python libxml2 gconf popt gtk+" |
9 | 9 | ||
10 | inherit gnomebase pkgconfig python-dir pythonnative | 10 | inherit gnomebase pkgconfig python-dir pythonnative gobject-introspection |
11 | 11 | ||
12 | SRC_URI[archive.md5sum] = "caa6772e63ed5870cf43dc3d354e0624" | 12 | SRC_URI[archive.md5sum] = "caa6772e63ed5870cf43dc3d354e0624" |
13 | SRC_URI[archive.sha256sum] = "6dcc565006d6e8c2025ae83ab1f82edf6bd04d61c804c0dc9bf5ea50629c4caa" | 13 | SRC_URI[archive.sha256sum] = "6dcc565006d6e8c2025ae83ab1f82edf6bd04d61c804c0dc9bf5ea50629c4caa" |