diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 11:07:45 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:41 -0700 |
| commit | eae862b66f12def2977d482b4dcb96ff3ae38d7c (patch) | |
| tree | 4b07123b80c6ad8f5dd0800659ba6fb08a914961 | |
| parent | 8dfb10d636237351a602bc96e20adfabcd4839fe (diff) | |
| download | meta-openembedded-eae862b66f12def2977d482b4dcb96ff3ae38d7c.tar.gz | |
libspiro: 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-graphics/fontforge/libspiro_20221101.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/fontforge/libspiro_20221101.bb b/meta-oe/recipes-graphics/fontforge/libspiro_20221101.bb index 0adac8464e..c65a2d8edb 100644 --- a/meta-oe/recipes-graphics/fontforge/libspiro_20221101.bb +++ b/meta-oe/recipes-graphics/fontforge/libspiro_20221101.bb | |||
| @@ -9,6 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
| 9 | SRC_URI = "https://github.com/fontforge/libspiro/releases/download/${PV}/libspiro-dist-${PV}.tar.gz" | 9 | SRC_URI = "https://github.com/fontforge/libspiro/releases/download/${PV}/libspiro-dist-${PV}.tar.gz" |
| 10 | SRC_URI[sha256sum] = "5984fb5af3e4e1f927f3a74850b705a711fb86284802a5e6170b09786440e8be" | 10 | SRC_URI[sha256sum] = "5984fb5af3e4e1f927f3a74850b705a711fb86284802a5e6170b09786440e8be" |
| 11 | 11 | ||
| 12 | UPSTREAM_CHECK_URI = "https://github.com/fontforge/libspiro/releases" | ||
| 13 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+)" | ||
| 14 | |||
| 12 | inherit autotools | 15 | inherit autotools |
| 13 | 16 | ||
| 14 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
