]> code.ossystems Code Review - openembedded-core.git/commitdiff
librsvg: add sstate dependencies so that the SVG loader works at staging time
authorRoss Burton <ross.burton@intel.com>
Wed, 29 May 2013 10:57:33 +0000 (10:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 May 2013 19:52:51 +0000 (20:52 +0100)
Add more sstate dependencies that were missing from the merge into master.

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>
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb

index 3a00369cc076ddc9dde4772d23b12a6083ca2456..9b1e0ecbe720f581969c7f9edf09f255b96fc655 100644 (file)
@@ -54,4 +54,4 @@ FILES_librsvg-gtk-dbg += "${libdir}/gdk-pixbuf-2.0/.debug \
 PIXBUF_PACKAGES = "librsvg-gtk"
 PARALLEL_MAKE = ""
 
-PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene"
+PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene pango-native:do_populate_sysroot_setscene icu-native:do_populate_sysroot_setscene"