]> code.ossystems Code Review - openembedded-core.git/commitdiff
libcroco: allow native builds
authorRoss Burton <ross.burton@intel.com>
Thu, 16 May 2013 17:05:43 +0000 (18:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 May 2013 06:36:05 +0000 (09:36 +0300)
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libcroco/libcroco_0.6.8.bb

index 5c3fd5c660626e0475379766a8c7c227b388a388..3c5dc9a18345b2413aa1e2219b6c1144385dce1c 100644 (file)
@@ -9,9 +9,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605 \
 
 SECTION = "x11/utils"
 DEPENDS = "glib-2.0 libxml2 zlib"
+BBCLASSEXTEND = "native"
+
 PR = "r1"
 
-inherit autotools pkgconfig gnome
+inherit autotools pkgconfig gnomebase
 
 GNOME_COMPRESS_TYPE = "xz"