diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-14 13:46:55 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:49 -0700 |
commit | b58800971c1215cd4757d1be1a5c05fc97652c87 (patch) | |
tree | 94d5f524f5e4123914aef46541c96cc66e10bfc0 /meta-oe | |
parent | f2291a1cb75c086e0ee374e860685eea74af6c57 (diff) | |
download | meta-openembedded-b58800971c1215cd4757d1be1a5c05fc97652c87.tar.gz |
stalonetray: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb b/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb index 161650f75..f2ffee64f 100644 --- a/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb +++ b/meta-oe/recipes-graphics/stalonetray/stalonetray_0.8.3.bb | |||
@@ -11,6 +11,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2" | |||
11 | SRC_URI[md5sum] = "ae95dbbacc2620e032acea8abab8c9ef" | 11 | SRC_URI[md5sum] = "ae95dbbacc2620e032acea8abab8c9ef" |
12 | SRC_URI[sha256sum] = "36548a588b2d466913423245dda6ffb6313132cd0cec635a117d37b3dab5fd4c" | 12 | SRC_URI[sha256sum] = "36548a588b2d466913423245dda6ffb6313132cd0cec635a117d37b3dab5fd4c" |
13 | 13 | ||
14 | UPSTREAM_CHECK_REGEX = "files/v(?P<pver>\d+(\.\d+)+)" | ||
15 | |||
14 | inherit autotools features_check | 16 | inherit autotools features_check |
15 | 17 | ||
16 | REQUIRED_DISTRO_FEATURES = "x11" | 18 | REQUIRED_DISTRO_FEATURES = "x11" |