From fcfd3e76eb52353345aa9a1f7ec0f9795e607493 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 13 Oct 2016 20:36:21 +0100 Subject: 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 --- meta/recipes-gnome/librsvg/librsvg_2.40.16.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb index ed54d9de39..49243c8aa6 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" -- cgit 1.2.3-korg