diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 15:06:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:47 -0700 |
commit | 415bbdfc0628d8dc70ac5550638a27d431105cae (patch) | |
tree | 37af043c50f60bec69545e6f0222a87015bf4826 /meta-oe/recipes-support/pngcheck/pngcheck_2.3.0.bb | |
parent | 848ae717ce2531abc4caab50d881c972adda96dd (diff) | |
download | meta-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.bb | 3 |
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 | |||
13 | SRC_URI[md5sum] = "980bd6d9a3830fdce746d7fe3c9166ee" | 13 | SRC_URI[md5sum] = "980bd6d9a3830fdce746d7fe3c9166ee" |
14 | SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f" | 14 | SRC_URI[sha256sum] = "77f0a039ac64df55fbd06af6f872fdbad4f639d009bbb5cd5cbe4db25690f35f" |
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/png-mng/files/pngcheck/" | ||
17 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)" | ||
18 | |||
16 | CFLAGS += "-DUSE_ZLIB" | 19 | CFLAGS += "-DUSE_ZLIB" |
17 | 20 | ||
18 | EXTRA_OEMAKE = "-f ${S}/Makefile.unx" | 21 | EXTRA_OEMAKE = "-f ${S}/Makefile.unx" |