diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 10:40:17 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:39 -0700 |
| commit | 973b69f00ecde7131ae4f8c3e2dfbff52226d354 (patch) | |
| tree | 725206dca0f01412c0bc60db6c80d2957148ca26 | |
| parent | dde03c6ee357ef4c1c04e9f6585b401378de78a8 (diff) | |
| download | meta-openembedded-973b69f00ecde7131ae4f8c3e2dfbff52226d354.tar.gz | |
libpaper: 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/libpaper/libpaper_2.1.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libpaper/libpaper_2.1.2.bb b/meta-oe/recipes-support/libpaper/libpaper_2.1.2.bb index a45ffe1849..9369d28372 100644 --- a/meta-oe/recipes-support/libpaper/libpaper_2.1.2.bb +++ b/meta-oe/recipes-support/libpaper/libpaper_2.1.2.bb | |||
| @@ -4,6 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | |||
| 4 | SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz" | 4 | SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz" |
| 5 | SRC_URI[sha256sum] = "1fda0cf64efa46b9684a4ccc17df4386c4cc83254805419222c064bf62ea001f" | 5 | SRC_URI[sha256sum] = "1fda0cf64efa46b9684a4ccc17df4386c4cc83254805419222c064bf62ea001f" |
| 6 | 6 | ||
| 7 | UPSTREAM_CHECK_URI = "https://github.com/rrthomas/libpaper/releases" | ||
| 8 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 9 | |||
| 7 | inherit perlnative autotools | 10 | inherit perlnative autotools |
| 8 | 11 | ||
| 9 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
