[oe-commits] Ross Burton : libglade: don't use gnome.bbclass

git at git.openembedded.org git at git.openembedded.org
Mon Feb 24 16:14:36 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: f5dff529e5f87b11c5730209df51604181b74321
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f5dff529e5f87b11c5730209df51604181b74321

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Feb 20 23:08:51 2014 +0000

libglade: don't use gnome.bbclass

gnome.bbclass pulls in more functionality than this recipe needs (icon cache,
MIME, GConf), so instead just use gnomebase.bbclass.

[ YOCTO #5842 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-gnome/libglade/libglade_2.6.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb
index 72f4c56..681b856 100644
--- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb
+++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb
@@ -11,7 +11,7 @@ SECTION = "libs"
 PR = "r5"
 DEPENDS = "zlib gdk-pixbuf gtk+"
 
-inherit autotools pkgconfig gnome gtk-doc
+inherit autotools pkgconfig gnomebase gtk-doc
 
 SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch"
 



More information about the Openembedded-commits mailing list