mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
3b77edcab3
commit
d22c8fa290
|
|
@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d2c090e9c730fd91677782d8e2091d77"
|
|||
|
||||
DEPENDS += "openssl gperf-native"
|
||||
|
||||
SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_2/ACE-${PV}.tar.bz2 \
|
||||
SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_5/ACE-${PV}.tar.bz2 \
|
||||
file://ace_config.patch \
|
||||
file://no_sysctl.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "dba38a905858ec4a44c04b4bbaef42b891adf061e8c0bbdaa1dce2c04fcccb7f"
|
||||
SRC_URI[sha256sum] = "2c40ecdbbd04c79fd5a815666e14654e71ab82d4335cdb3aa8669def250c3444"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
Loading…
Reference in New Issue
Block a user