]> code.ossystems Code Review - openembedded-core.git/commitdiff
libglade: don't use gnome.bbclass
authorRoss Burton <ross.burton@intel.com>
Thu, 20 Feb 2014 23:08:51 +0000 (23:08 +0000)
committerSaul Wold <sgw@linux.intel.com>
Fri, 21 Feb 2014 04:07:12 +0000 (20:07 -0800)
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@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-gnome/libglade/libglade_2.6.4.bb

index 72f4c562a90786b7c3757a2397e321e294f251f0..681b8564272ee8c178dd739ac9b75ea2f932fdad 100644 (file)
@@ -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"