summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/gnome-themes
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-19 15:43:20 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:34 -0700
commitc04b4f6e4845f978908a2e0a693328b946ccede5 (patch)
tree3022d0f613c09a6b54e0a5abed82522435114225 /meta-oe/recipes-gnome/gnome-themes
parent84f59602d1e85d83af9afa24bcdb365a9fe06e89 (diff)
downloadmeta-openembedded-c04b4f6e4845f978908a2e0a693328b946ccede5.tar.gz
gnome-themes-extra: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Diffstat (limited to 'meta-oe/recipes-gnome/gnome-themes')
-rw-r--r--meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb3
1 files changed, 3 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 3456383c3a..90756dac36 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
@@ -19,6 +19,9 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive"
19SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" 19SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826"
20SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" 20SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819"
21 21
22UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/Archive/gnome-themes-extra/-/tags"
23UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
24
22EXTRA_OECONF = "--disable-gtk2-engine" 25EXTRA_OECONF = "--disable-gtk2-engine"
23 26
24do_install:append() { 27do_install:append() {