[oe-commits] Ross Burton : gnome-common: inhert gnomebase not gnome

git at git.openembedded.org git at git.openembedded.org
Tue Oct 29 10:27:09 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Oct 28 14:33:17 2013 +0000

gnome-common: inhert gnomebase not gnome

This recipe doesn't need any of the helpers that come with gnome (GConf, icons,
MIME, etc), so just inherit gnomebase.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/gnome/gnome-common_3.7.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-common_3.7.4.bb b/meta/recipes-gnome/gnome/gnome-common_3.7.4.bb
index ebf343e..af5d340 100644
--- a/meta/recipes-gnome/gnome/gnome-common_3.7.4.bb
+++ b/meta/recipes-gnome/gnome/gnome-common_3.7.4.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 SECTION = "x11/gnome"
 PR = "r0"
-inherit gnome allarch
+inherit gnomebase allarch
 
 GNOME_COMPRESS_TYPE = "xz"
 



More information about the Openembedded-commits mailing list