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>
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"