diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 15:43:20 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:34 -0700 |
| commit | c04b4f6e4845f978908a2e0a693328b946ccede5 (patch) | |
| tree | 3022d0f613c09a6b54e0a5abed82522435114225 /meta-oe/recipes-gnome/gnome-themes | |
| parent | 84f59602d1e85d83af9afa24bcdb365a9fe06e89 (diff) | |
| download | meta-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.bb | 3 |
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" | |||
| 19 | SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" | 19 | SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" |
| 20 | SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" | 20 | SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" |
| 21 | 21 | ||
| 22 | UPSTREAM_CHECK_URI = "https://gitlab.gnome.org/Archive/gnome-themes-extra/-/tags" | ||
| 23 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 24 | |||
| 22 | EXTRA_OECONF = "--disable-gtk2-engine" | 25 | EXTRA_OECONF = "--disable-gtk2-engine" |
| 23 | 26 | ||
| 24 | do_install:append() { | 27 | do_install:append() { |
