summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
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 10:01:42 +0100
commit76b0c18a65c8f6f5e6aa61f9ee865847c2380820 (patch)
treef2c32b7528ba3bb8f74bb3fbfd0e4992101e379d /meta/recipes-gnome/librsvg
parent751cb2c894122807ed62341ae6b5f129a65e399b (diff)
downloadpoky-76b0c18a65c8f6f5e6aa61f9ee865847c2380820.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. (From OE-Core rev: fcfd3e76eb52353345aa9a1f7ec0f9795e607493) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-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* \
41FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so" 41FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so"
42 42
43PIXBUF_PACKAGES = "librsvg-gtk" 43PIXBUF_PACKAGES = "librsvg-gtk"
44
45PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene pango-native:do_populate_sysroot_setscene icu-native:do_populate_sysroot_setscene"