diff options
author | Ross Burton <ross.burton@intel.com> | 2013-10-28 14:33:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 10:41:35 +0000 |
commit | 9669889806f5a41ab924b0fc046add572839e5ed (patch) | |
tree | db522d08089366aefc1261eccecfc0f55b20d06a /meta/recipes-gnome | |
parent | bad13be935df977ec7a14231f230c0eb5f8e30c0 (diff) | |
download | poky-9669889806f5a41ab924b0fc046add572839e5ed.tar.gz |
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.
(From OE-Core rev: eadd68010f923edc12b4962074850ea724477a64)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | 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 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" | |||
7 | 7 | ||
8 | SECTION = "x11/gnome" | 8 | SECTION = "x11/gnome" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | inherit gnome allarch | 10 | inherit gnomebase allarch |
11 | 11 | ||
12 | GNOME_COMPRESS_TYPE = "xz" | 12 | GNOME_COMPRESS_TYPE = "xz" |
13 | 13 | ||