]> code.ossystems Code Review - openembedded-core.git/commitdiff
librsvg: remove redundant assignment
authorRoss Burton <ross.burton@intel.com>
Thu, 13 Oct 2016 19:36:21 +0000 (20:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Oct 2016 08:48:54 +0000 (09:48 +0100)
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 <ross.burton@intel.com>
meta/recipes-gnome/librsvg/librsvg_2.40.16.bb

index ed54d9de395f2ed8d839a3867d576d0256b4226b..49243c8aa65a3579f7063a3ce4337ef195d700a6 100644 (file)
@@ -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"