aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg/librsvg_2.40.16.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-10-13 20:36:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-15 09:48:54 +0100
commitfcfd3e76eb52353345aa9a1f7ec0f9795e607493 (patch)
tree11aa62c37475b42757e91ce005c02656d05c6242 /meta/recipes-gnome/librsvg/librsvg_2.40.16.bb
parent93631befe8b962bf99524746b49f4ebca336175c (diff)
downloadopenembedded-core-contrib-fcfd3e76eb52353345aa9a1f7ec0f9795e607493.tar.gz
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 <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome/librsvg/librsvg_2.40.16.bb')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.40.16.bb2
1 files changed, 0 insertions, 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"