diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 10:02:50 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:37 -0700 |
commit | 80a77c68eece8a01aa25c3303daddb446689736f (patch) | |
tree | 9ee822821847d5a6040fb5ec53da159df310277f | |
parent | dcddf88cafde76edab3d883e8ae441a423bbbd76 (diff) | |
download | meta-openembedded-80a77c68eece8a01aa25c3303daddb446689736f.tar.gz |
libgnt: 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>
-rw-r--r-- | meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb index d17a623063..f2fe4a7a93 100644 --- a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb +++ b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb | |||
@@ -15,6 +15,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/pidgin/${BPN}/${PV}/${BP}.tar.xz \ | |||
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "5ec3e68e18f956e9998d79088b299fa3bca689bcc95c86001bc5da17c1eb4bd8" | 16 | SRC_URI[sha256sum] = "5ec3e68e18f956e9998d79088b299fa3bca689bcc95c86001bc5da17c1eb4bd8" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/pidgin/files/libgnt/" | ||
19 | UPSTREAM_CHECK_REGEX = "${BPN}/(?P<pver>\d+(\.\d+)+)" | ||
20 | |||
18 | EXTRA_OEMESON = "-Dintrospection=false -Ddoc=false" | 21 | EXTRA_OEMESON = "-Dintrospection=false -Ddoc=false" |
19 | 22 | ||
20 | FILES:${PN} += "${libdir}/gnt/s.so ${libdir}/gnt/irssi.so" | 23 | FILES:${PN} += "${libdir}/gnt/s.so ${libdir}/gnt/irssi.so" |