From: Ross Burton Date: Thu, 13 Oct 2016 19:36:21 +0000 (+0100) Subject: librsvg: remove redundant assignment X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23882 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcfd3e76eb52353345aa9a1f7ec0f9795e607493;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git librsvg: remove redundant assignment PIXBUFCACHE_SYSROOT_DEPS was removed in oe-core b41108, so remove this assignment to avoid confusing people reading the recipe. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb index ed54d9de395..49243c8aa65 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb @@ -41,5 +41,3 @@ FILES_rsvg = "${bindir}/rsvg* \ FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so" PIXBUF_PACKAGES = "librsvg-gtk" - -PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene pango-native:do_populate_sysroot_setscene icu-native:do_populate_sysroot_setscene"