summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2024-12-17 17:01:20 +0800
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:21 -0800
commit197f88829a76d84ce85d6ddb69166323e7ae6c4a (patch)
tree4ea0eeda8285234d42d72917f467b155f5871e03
parentd89fc6ffbdf8f947643def51b804052bb5e7ac97 (diff)
downloadmeta-openembedded-197f88829a76d84ce85d6ddb69166323e7ae6c4a.tar.gz
ace: update 8.0.1 -> 8.0.2
Changelog: ============ - Removed ACE_make_checked_array_iterator that used deprecated stdext::checked_array_iterator - Embarcadero C++ Builder bcc64x compiler support has been updated to match the C++Builder 12.2 release - Added support for Linux platforms that use musl-libc instead of glibc - Improved QNX support - Add support for std::string_view to CDR classes - Define ACE_HAS_CPP23 when we have a C++23 capable C++ compiler Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/ace/ace_8.0.2.bb (renamed from meta-oe/recipes-connectivity/ace/ace_8.0.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/ace/ace_8.0.1.bb b/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb
index c79fba323c..64a4e7575f 100644
--- a/meta-oe/recipes-connectivity/ace/ace_8.0.1.bb
+++ b/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d2c090e9c730fd91677782d8e2091d77"
7 7
8DEPENDS += "openssl gperf-native" 8DEPENDS += "openssl gperf-native"
9 9
10SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_1/ACE-${PV}.tar.bz2 \ 10SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_2/ACE-${PV}.tar.bz2 \
11 file://ace_config.patch \ 11 file://ace_config.patch \
12 file://no_sysctl.patch \ 12 file://no_sysctl.patch \
13 " 13 "
14SRC_URI[sha256sum] = "8d379f37d56db33f3ae447725b632d48b1c13e887593547ac3568e3b428c28f0" 14SRC_URI[sha256sum] = "dba38a905858ec4a44c04b4bbaef42b891adf061e8c0bbdaa1dce2c04fcccb7f"
15 15
16UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" 16UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases"
17UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" 17UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"