diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-16 18:05:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-17 09:37:29 +0300 |
commit | 7c0e7c28ea080ce90cfd55d00066948144a0bf8f (patch) | |
tree | b9d4684eba95b942507bc9f8780c855ba03def95 /meta/recipes-support | |
parent | c362bdaade8e278527d3ae7a4934ebd07693b5d3 (diff) | |
download | poky-7c0e7c28ea080ce90cfd55d00066948144a0bf8f.tar.gz |
libcroco: allow native builds
Use BBCLASSEXTEND to get native builds, and inherit gnomebase instead of gnome.
libcroco uses the class just for the SRC_URI helpers, and the full class was
pulling in many unrequired dependencies including hicolor-icon-theme-native,
which doesn't exist.
(From OE-Core rev: f2c438ddfeb17bbff384e612bb247f3652d85a74)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.8.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/meta/recipes-support/libcroco/libcroco_0.6.8.bb index 5c3fd5c660..3c5dc9a183 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.8.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb | |||
@@ -9,9 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \ | |||
9 | 9 | ||
10 | SECTION = "x11/utils" | 10 | SECTION = "x11/utils" |
11 | DEPENDS = "glib-2.0 libxml2 zlib" | 11 | DEPENDS = "glib-2.0 libxml2 zlib" |
12 | BBCLASSEXTEND = "native" | ||
13 | |||
12 | PR = "r1" | 14 | PR = "r1" |
13 | 15 | ||
14 | inherit autotools pkgconfig gnome | 16 | inherit autotools pkgconfig gnomebase |
15 | 17 | ||
16 | GNOME_COMPRESS_TYPE = "xz" | 18 | GNOME_COMPRESS_TYPE = "xz" |
17 | 19 | ||