diff options
author | Ross Burton <ross.burton@intel.com> | 2014-02-20 23:08:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-21 16:09:08 +0000 |
commit | d48b9c96a3f20ad96b7a3c8b75faf219cd2b9e02 (patch) | |
tree | 06dd933e573281cdae6505365394f4657f6bf72f /meta/recipes-gnome/libglade/libglade_2.6.4.bb | |
parent | 425dc69bc7b9ea0f8ca886c442e37bba4f76ec8f (diff) | |
download | poky-d48b9c96a3f20ad96b7a3c8b75faf219cd2b9e02.tar.gz |
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 ]
(From OE-Core rev: f5dff529e5f87b11c5730209df51604181b74321)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/libglade/libglade_2.6.4.bb')
-rw-r--r-- | meta/recipes-gnome/libglade/libglade_2.6.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
11 | PR = "r5" | 11 | PR = "r5" |
12 | DEPENDS = "zlib gdk-pixbuf gtk+" | 12 | DEPENDS = "zlib gdk-pixbuf gtk+" |
13 | 13 | ||
14 | inherit autotools pkgconfig gnome gtk-doc | 14 | inherit autotools pkgconfig gnomebase gtk-doc |
15 | 15 | ||
16 | SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch" | 16 | SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch" |
17 | 17 | ||