diff options
author | Ross Burton <ross.burton@intel.com> | 2016-10-13 20:36:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 10:01:42 +0100 |
commit | 76b0c18a65c8f6f5e6aa61f9ee865847c2380820 (patch) | |
tree | f2c32b7528ba3bb8f74bb3fbfd0e4992101e379d | |
parent | 751cb2c894122807ed62341ae6b5f129a65e399b (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.40.16.bb | 2 |
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* \ | |||
41 | FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so" | 41 | FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so" |
42 | 42 | ||
43 | PIXBUF_PACKAGES = "librsvg-gtk" | 43 | PIXBUF_PACKAGES = "librsvg-gtk" |
44 | |||
45 | PIXBUFCACHE_SYSROOT_DEPS_append_class-native = " harfbuzz-native:do_populate_sysroot_setscene pango-native:do_populate_sysroot_setscene icu-native:do_populate_sysroot_setscene" | ||