diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 16:28:20 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:36 -0700 |
| commit | 0f8c61fe2f194f945ce5a0399c5d8d10507db4f4 (patch) | |
| tree | 97d58f5ef47f360b8112e936583166e920f3b91e | |
| parent | e71a678f4d769da2f7f465bfcaa1ab614f9d0d1a (diff) | |
| download | meta-openembedded-0f8c61fe2f194f945ce5a0399c5d8d10507db4f4.tar.gz | |
leptonica: include UPSTREAM_CHECK_REGEX to fix UNKNOWN_BROKEN status
Adding 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-graphics/leptonica/leptonica_1.82.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb index c0a2b45a48..daf1f873a7 100644 --- a/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb +++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.82.0.bb | |||
| @@ -4,6 +4,7 @@ LICENSE = "BSD-2-Clause" | |||
| 4 | LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=809b282cea2df68975fbe0ffe02b560f" | 4 | LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=809b282cea2df68975fbe0ffe02b560f" |
| 5 | 5 | ||
| 6 | UPSTREAM_CHECK_URI = "https://github.com/DanBloomberg/leptonica/releases" | 6 | UPSTREAM_CHECK_URI = "https://github.com/DanBloomberg/leptonica/releases" |
| 7 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 7 | 8 | ||
| 8 | SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" | 9 | SRC_URI = "http://www.leptonica.org/source/leptonica-${PV}.tar.gz" |
| 9 | SRC_URI[sha256sum] = "155302ee914668c27b6fe3ca9ff2da63b245f6d62f3061c8f27563774b8ae2d6" | 10 | SRC_URI[sha256sum] = "155302ee914668c27b6fe3ca9ff2da63b245f6d62f3061c8f27563774b8ae2d6" |
