]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnome-common: inhert gnomebase not gnome
authorRoss Burton <ross.burton@intel.com>
Mon, 28 Oct 2013 14:33:17 +0000 (14:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Oct 2013 10:32:58 +0000 (10:32 +0000)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gnome/gnome-common_3.7.4.bb

index ebf343ef433daf278bdac202705dc793a1f9c377..af5d3405b04e263377f35d02a7872dc72d80391d 100644 (file)
@@ -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"