summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 15:06:23 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:47 -0700
commit415bbdfc0628d8dc70ac5550638a27d431105cae (patch)
tree37af043c50f60bec69545e6f0222a87015bf4826 /meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
parent848ae717ce2531abc4caab50d881c972adda96dd (diff)
downloadmeta-openembedded-415bbdfc0628d8dc70ac5550638a27d431105cae.tar.gz
pngcheck: 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-support/pngcheck/pngcheck_2.3.0.bb')
-rw-r--r--meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
index 19da947d0..9cd27a2e6 100644
--- a/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
+++ b/meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb
@@ -13,6 +13,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/png-mng/${BPN}/${PV}/${BPN}-${PV}.tar.g
13SRC_URI[md5sum] = "980bd6d9a3830fdce746d7fe3c9166ee" 13SRC_URI[md5sum] = "980bd6d9a3830fdce746d7fe3c9166ee"
14SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f" 14SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f"
15 15
16UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/png-mng/files/pngcheck/"
17UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
18
16CFLAGS += "-DUSE_ZLIB" 19CFLAGS += "-DUSE_ZLIB"
17 20
18EXTRA_OEMAKE = "-f ${S}/Makefile.unx" 21EXTRA_OEMAKE = "-f ${S}/Makefile.unx"