From e5674ee26ed44917e9c241c5e45f86a617b6ee56 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 21 Jan 2021 15:29:22 +0800 Subject: adwaita-icon-theme: add version 3.34.3 back Newer versions of adwaita-icon-theme can't work well with librsvg 2.40. Boot up the core-image-sato image, and start "Media Player", most of the icons are not showed properly. The source code of librsvg has been adapted to rust, so it is impossible to update librsvg in oe core for now. Then add adwaita-icon-theme 3.34.3 back and set as preferred version. Duplicate one patch as well to fix patch fuzz issue. Ref: 1. https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/84 2. https://people.gnome.org/~federico/blog/do-not-use-librsvg-2.40.x.html (From OE-Core rev: c3e2f819640f73893b8688c18a2b12fc2c5f9ed9) Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-versions.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/distro/include/default-versions.inc') diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index a6f331350e..5e6fd8a267 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc @@ -2,3 +2,4 @@ # Default preferred versions # +PREFERRED_VERSION_adwaita-icon-theme ?= "3.34.3" -- cgit v1.2.3-54-g00ecf