diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 11:02:27 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:29 -0700 |
| commit | 56649853c85935e68be018a88f98df573687f176 (patch) | |
| tree | 1228095b8107b93cf7b357927bb2db4e30d46ac2 /meta-oe | |
| parent | e8c65dbad4b73308a015578f890629e0890009fc (diff) | |
| download | meta-openembedded-56649853c85935e68be018a88f98df573687f176.tar.gz | |
anthy: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI 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')
| -rw-r--r-- | meta-oe/recipes-support/anthy/anthy_9100h.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index f2bf52cdbc..ed87b3de43 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb | |||
| @@ -17,6 +17,9 @@ SRC_URI:append:class-native = " file://native-helpers.patch" | |||
| 17 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" | 17 | SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108" |
| 18 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" | 18 | SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547" |
| 19 | 19 | ||
| 20 | UPSTREAM_CHECK_URI = "https://osdn.net/projects/anthy/releases/" | ||
| 21 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>(\d+)+(\w*))" | ||
| 22 | |||
| 20 | DEPENDS:class-target = "anthy-native" | 23 | DEPENDS:class-target = "anthy-native" |
| 21 | RDEPENDS:${PN}:class-target = "libanthy0" | 24 | RDEPENDS:${PN}:class-target = "libanthy0" |
| 22 | 25 | ||
