diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-16 17:54:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:06:59 +0100 |
commit | dc1fbdd925d4dde294c4b63466e67084ce1ace89 (patch) | |
tree | 0e719d4c831ab7ac8eaaa2d7e8ede56f59efe2ea /meta | |
parent | 228d15b40500ecfb182078171e33ffa28373024f (diff) | |
download | openembedded-core-dc1fbdd925d4dde294c4b63466e67084ce1ace89.tar.gz openembedded-core-dc1fbdd925d4dde294c4b63466e67084ce1ace89.tar.bz2 openembedded-core-dc1fbdd925d4dde294c4b63466e67084ce1ace89.zip |
librsvg: clean up native depends
inherit gnome was only used for the SRC_URI, so just inherit gnomebase and
remove the native-specific DEPENDS which was only required as the gnome class
pulls in an impossible hicolor-icon-theme-native dependency.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 2bc1624df9..9c5f722101 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb @@ -8,12 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ SECTION = "x11/utils" DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango" -DEPENDS_class-native = "cairo-native pango-native gdk-pixbuf-native" BBCLASSEXTEND = "native" PR = "r12" -inherit autotools pkgconfig gnome gtk-doc pixbufcache +inherit autotools pkgconfig gnomebase gtk-doc pixbufcache EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz" |