mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
gnome-themes-extra: set correct SRC_URI
gnome-themes-extra uses an unconventional version for GNOME as it doesn't have three parts, it's just 3.28 instead of 3.28.0. Because of this the default SRC_URI from gnomebase doesn't work, so manually set the correct SRC_URI. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
df0231eeec
commit
d1b5552bbf
|
|
@ -12,6 +12,8 @@ ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
|||
|
||||
DEPENDS += "intltool-native gtk+"
|
||||
|
||||
# PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right.
|
||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive"
|
||||
SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826"
|
||||
SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user