diff options
| -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" | ||
