mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -8,10 +8,9 @@ inherit features_check
|
|||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI += " file://links2.desktop \
|
SRC_URI += " file://links2.desktop \
|
||||||
http://www.xora.org.uk/oe/links2.png;name=icon"
|
file://links2.png"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb"
|
SRC_URI[sha256sum] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb"
|
||||||
SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47"
|
|
||||||
|
|
||||||
S = "${UNPACKDIR}/links-${PV}"
|
S = "${UNPACKDIR}/links-${PV}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user