summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-08 17:20:26 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-14 12:15:35 +0100
commit0caf8d310d118a00405623fd9b55036cec37041f (patch)
tree108f1bd25dfc9317025ede0823319dd63bfb9fbb /meta-gnome
parent46dbbb2b66ed7cd51f89c71c46ceee83fcc462fc (diff)
downloadmeta-openembedded-0caf8d310d118a00405623fd9b55036cec37041f.tar.gz
gnome-menus: fix gobject introspection
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-menus/gnome-menus_2.30.5.bb2
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
10DEPENDS = "python libxml2 gconf popt gtk+3" 10DEPENDS = "python libxml2 gconf popt gtk+3"
11 11
12inherit gnomebase pkgconfig python-dir pythonnative 12inherit gnomebase pkgconfig python-dir pythonnative gobject-introspection
13 13
14BPN = "gnome-menus" 14BPN = "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
8DEPENDS = "python libxml2 gconf popt gtk+" 8DEPENDS = "python libxml2 gconf popt gtk+"
9 9
10inherit gnomebase pkgconfig python-dir pythonnative 10inherit gnomebase pkgconfig python-dir pythonnative gobject-introspection
11 11
12SRC_URI[archive.md5sum] = "caa6772e63ed5870cf43dc3d354e0624" 12SRC_URI[archive.md5sum] = "caa6772e63ed5870cf43dc3d354e0624"
13SRC_URI[archive.sha256sum] = "6dcc565006d6e8c2025ae83ab1f82edf6bd04d61c804c0dc9bf5ea50629c4caa" 13SRC_URI[archive.sha256sum] = "6dcc565006d6e8c2025ae83ab1f82edf6bd04d61c804c0dc9bf5ea50629c4caa"