diff options
author | Ross Burton <ross.burton@arm.com> | 2021-12-13 11:05:01 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 21:20:01 -0800 |
commit | d1b5552bbfa81976cd18689ba4ecfacfde7a996f (patch) | |
tree | 5aa094f120e16d404c5329c8d8e337ccb5d1e54b /meta-oe/recipes-gnome | |
parent | df0231eeec265818a210dc1775b8d612ae17094a (diff) | |
download | meta-openembedded-d1b5552bbfa81976cd18689ba4ecfacfde7a996f.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r-- | meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb index 3a018bb51..bba972006 100644 --- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb +++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | |||
@@ -12,6 +12,8 @@ ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | |||
12 | 12 | ||
13 | DEPENDS += "intltool-native gtk+" | 13 | DEPENDS += "intltool-native gtk+" |
14 | 14 | ||
15 | # PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right. | ||
16 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive" | ||
15 | SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" | 17 | SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" |
16 | SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" | 18 | SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" |
17 | 19 | ||