summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-05-16 17:54:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-24 14:14:39 +0100
commitcf20613976cfc5555bc47cd6c3e3d1bf9b84a4e6 (patch)
tree4c7846dc4d626d1c1daf106fb594c2e0f80c8f29
parent30a3cfebe7b6f92325f14d3445502678ebc38c28 (diff)
downloadpoky-cf20613976cfc5555bc47cd6c3e3d1bf9b84a4e6.tar.gz
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. (From OE-Core rev: dc1fbdd925d4dde294c4b63466e67084ce1ace89) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.32.1.bb3
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 \
8 8
9SECTION = "x11/utils" 9SECTION = "x11/utils"
10DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango" 10DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango"
11DEPENDS_class-native = "cairo-native pango-native gdk-pixbuf-native"
12BBCLASSEXTEND = "native" 11BBCLASSEXTEND = "native"
13 12
14PR = "r12" 13PR = "r12"
15 14
16inherit autotools pkgconfig gnome gtk-doc pixbufcache 15inherit autotools pkgconfig gnomebase gtk-doc pixbufcache
17 16
18EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz" 17EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz"
19 18