diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-23 17:40:06 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-24 13:18:24 -0800 |
| commit | d22c8fa290d1e6c32743ac24f490931c565891b3 (patch) | |
| tree | 512287020f19e9208aad7ef3070883a713e6b7b7 /meta-oe/recipes-connectivity/ace | |
| parent | 3b77edcab3e673d6ad693d972c0765a111a298cc (diff) | |
| download | meta-openembedded-d22c8fa290d1e6c32743ac24f490931c565891b3.tar.gz | |
ace: upgrade 8.0.2 -> 8.0.5
Changelog:
8.0.5:
Fixed building ACE for Android with uses_wchar=1
Add support for parallel make using Embarcadero bcc64x compiler
Fixed compile errors when C++23 is enabled
Updated thread name support to work with older Windows versions
8.0.4:
Fixed compile errors in the ACE core when compiled without thread
support (only core of ACE compiled and not tested)
8.0.3:
Deprecated ACE_Copy_Disabled in favor of deleted copy/assignment
Replaced usage of ACE_MIN and ACE_MAX with std::min/std::max
Add support for abstract paths to ACE_UNIX_ADDR
Improve support for 64bit file sizes
Minor fixes to ACE logging classes
Use C++11 default for more classes
GCC versions less than 9 and Clang versions less than 12 are no longer tested in GitHub Actions CI
Dropped support for Embarcadero C++ Builder bcc32c and bcc64 compilers
Updated support for Green Hills INTEGRITY and INTEGRITY-178 tuMP RTOS. Tested on INTEGRITY 11.4.6 and INTEGRITY-178 5.0.0.
Thread names given to ACE_OS::thr_create are now passed down to the OS on Windows and on INTEGRITY.
https://github.com/DOCGroup/ACE_TAO/releases
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/ace')
| -rw-r--r-- | meta-oe/recipes-connectivity/ace/ace_8.0.5.bb (renamed from meta-oe/recipes-connectivity/ace/ace_8.0.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb b/meta-oe/recipes-connectivity/ace/ace_8.0.5.bb index 35252c3efc..bd935999ca 100644 --- a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb +++ b/meta-oe/recipes-connectivity/ace/ace_8.0.5.bb | |||
| @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d2c090e9c730fd91677782d8e2091d77" | |||
| 7 | 7 | ||
| 8 | DEPENDS += "openssl gperf-native" | 8 | DEPENDS += "openssl gperf-native" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_2/ACE-${PV}.tar.bz2 \ | 10 | SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_5/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 | " |
| 14 | SRC_URI[sha256sum] = "dba38a905858ec4a44c04b4bbaef42b891adf061e8c0bbdaa1dce2c04fcccb7f" | 14 | SRC_URI[sha256sum] = "2c40ecdbbd04c79fd5a815666e14654e71ab82d4335cdb3aa8669def250c3444" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" | 16 | UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" |
| 17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |
