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:14:39 +0100 |
commit | cf20613976cfc5555bc47cd6c3e3d1bf9b84a4e6 (patch) | |
tree | 4c7846dc4d626d1c1daf106fb594c2e0f80c8f29 /meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | |
parent | 30a3cfebe7b6f92325f14d3445502678ebc38c28 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-gnome/librsvg/librsvg_2.32.1.bb')
-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 \ | |||
8 | 8 | ||
9 | SECTION = "x11/utils" | 9 | SECTION = "x11/utils" |
10 | DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango" | 10 | DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango" |
11 | DEPENDS_class-native = "cairo-native pango-native gdk-pixbuf-native" | ||
12 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
13 | 12 | ||
14 | PR = "r12" | 13 | PR = "r12" |
15 | 14 | ||
16 | inherit autotools pkgconfig gnome gtk-doc pixbufcache | 15 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache |
17 | 16 | ||
18 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz" | 17 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz" |
19 | 18 | ||