From 60f8a3cd1020c115f50bf399cdaf901885a072a9 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sat, 27 Dec 2025 12:38:06 +0100 Subject: links-x11: vendor icon image from layer The url from where this icon was sourced origiannly has been inaccessible since a while (the domain seems to be parked). Instead of displaying the fetcher warning, just vendor this image from the layer directly - it's only a 4kB icon. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-oe/recipes-support/links/files/links2.png | Bin 0 -> 4549 bytes meta-oe/recipes-support/links/links-x11_2.26.bb | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 meta-oe/recipes-support/links/files/links2.png diff --git a/meta-oe/recipes-support/links/files/links2.png b/meta-oe/recipes-support/links/files/links2.png new file mode 100644 index 0000000000..b420c6b4fd Binary files /dev/null and b/meta-oe/recipes-support/links/files/links2.png differ diff --git a/meta-oe/recipes-support/links/links-x11_2.26.bb b/meta-oe/recipes-support/links/links-x11_2.26.bb index c1601ab7d9..cbee1f10f1 100644 --- a/meta-oe/recipes-support/links/links-x11_2.26.bb +++ b/meta-oe/recipes-support/links/links-x11_2.26.bb @@ -8,10 +8,9 @@ inherit features_check REQUIRED_DISTRO_FEATURES = "x11" SRC_URI += " file://links2.desktop \ - http://www.xora.org.uk/oe/links2.png;name=icon" + file://links2.png" SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb" -SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" S = "${UNPACKDIR}/links-${PV}" -- cgit v1.2.3-54-g00ecf