From: Ross Burton Date: Wed, 29 May 2013 10:57:33 +0000 (+0000) Subject: librsvg: add sstate dependencies so that the SVG loader works at staging time X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a068803626f7f29de243e8ee8617af84819a7d6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git librsvg: add sstate dependencies so that the SVG loader works at staging time Add more sstate dependencies that were missing from the merge into master. Signed-off-by: Ross Burton Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 3a00369cc07..9b1e0ecbe72 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb @@ -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"