From eadd68010f923edc12b4962074850ea724477a64 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 28 Oct 2013 14:33:17 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-gnome/gnome/gnome-common_3.7.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-gnome/gnome') 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 ebf343ef43..af5d3405b0 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" -- cgit 1.2.3-korg