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 09:48:54 +0100 |
commit | fcfd3e76eb52353345aa9a1f7ec0f9795e607493 (patch) | |
tree | 11aa62c37475b42757e91ce005c02656d05c6242 /meta/recipes-gnome | |
parent | 93631befe8b962bf99524746b49f4ebca336175c (diff) | |
download | openembedded-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')
-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 ed54d9de395..49243c8aa65 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" |