From: Ross Burton Date: Thu, 20 Feb 2014 23:08:51 +0000 (+0000) Subject: libglade: don't use gnome.bbclass X-Git-Tag: 2015-4~3571 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f5dff529e5f87b11c5730209df51604181b74321;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 72f4c562a9..681b856427 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"