summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-27 12:38:06 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-28 08:14:39 -0800
commit60f8a3cd1020c115f50bf399cdaf901885a072a9 (patch)
treef9cb0c232c7eb61198b7a81a3dcc948b4ee5e5f4
parentd9ba908fae165b718f6612fd35bab765acec35b2 (diff)
downloadmeta-openembedded-60f8a3cd1020c115f50bf399cdaf901885a072a9.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/links/files/links2.pngbin0 -> 4549 bytes
-rw-r--r--meta-oe/recipes-support/links/links-x11_2.26.bb3
2 files changed, 1 insertions, 2 deletions
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
--- /dev/null
+++ b/meta-oe/recipes-support/links/files/links2.png
Binary files 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
8REQUIRED_DISTRO_FEATURES = "x11" 8REQUIRED_DISTRO_FEATURES = "x11"
9 9
10SRC_URI += " file://links2.desktop \ 10SRC_URI += " file://links2.desktop \
11 http://www.xora.org.uk/oe/links2.png;name=icon" 11 file://links2.png"
12 12
13SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb" 13SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb"
14SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47"
15 14
16S = "${UNPACKDIR}/links-${PV}" 15S = "${UNPACKDIR}/links-${PV}"
17 16