diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-19 10:33:36 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:28 -0700 |
| commit | b2bfb9efca7d9879aa28ce86011914c3c22770ac (patch) | |
| tree | 126ea21f7726379570d4cf6b31d0bdfd3bddeacb /meta-oe/recipes-connectivity/ace | |
| parent | a944926d1931bc931bacd90f19824a427408bb40 (diff) | |
| download | meta-openembedded-b2bfb9efca7d9879aa28ce86011914c3c22770ac.tar.gz | |
ace: 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-connectivity/ace')
| -rw-r--r-- | meta-oe/recipes-connectivity/ace/ace_6.5.19.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/ace/ace_6.5.19.bb b/meta-oe/recipes-connectivity/ace/ace_6.5.19.bb index af4f2c54bb..a9bdbc916f 100644 --- a/meta-oe/recipes-connectivity/ace/ace_6.5.19.bb +++ b/meta-oe/recipes-connectivity/ace/ace_6.5.19.bb | |||
| @@ -13,6 +13,9 @@ SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_1 | |||
| 13 | " | 13 | " |
| 14 | SRC_URI[sha256sum] = "739be290a38229aaa5b5150e6ea55ce427e80970f0ace4c5040ac46644526f41" | 14 | SRC_URI[sha256sum] = "739be290a38229aaa5b5150e6ea55ce427e80970f0ace4c5040ac46644526f41" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" | ||
| 17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 18 | |||
| 16 | COMPATIBLE_HOST:libc-musl = "null" | 19 | COMPATIBLE_HOST:libc-musl = "null" |
| 17 | 20 | ||
| 18 | S = "${WORKDIR}/ACE_wrappers" | 21 | S = "${WORKDIR}/ACE_wrappers" |
| @@ -37,5 +40,3 @@ do_install() { | |||
| 37 | 40 | ||
| 38 | rm -r ${D}/usr/share | 41 | rm -r ${D}/usr/share |
| 39 | } | 42 | } |
| 40 | |||
| 41 | UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" | ||
