diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-10-11 18:39:22 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-11 18:41:10 -0700 |
| commit | 288447b754b92776ca78b21f2c34c3e40d4a1279 (patch) | |
| tree | f9db05d9ef2462d41f482d32d7f5c05d561bdbc1 | |
| parent | 2f94506c973bcd7db81e9c6dfd563aac8e6fd30f (diff) | |
| download | meta-openembedded-288447b754b92776ca78b21f2c34c3e40d4a1279.tar.gz | |
ace: Upgrade to 8.0.1
Changes [1]
- Drop setting c++14 for c++ standard
- Do not install rpaths
[1] https://github.com/DOCGroup/ACE_TAO/releases/tag/ACE%2BTAO-8_0_1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/ace/ace_8.0.1.bb (renamed from meta-oe/recipes-connectivity/ace/ace_6.5.19.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/ace/ace_6.5.19.bb b/meta-oe/recipes-connectivity/ace/ace_8.0.1.bb index a9bdbc916f..c79fba323c 100644 --- a/meta-oe/recipes-connectivity/ace/ace_6.5.19.bb +++ b/meta-oe/recipes-connectivity/ace/ace_8.0.1.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-6_5_19/ACE-${PV}.tar.bz2 \ | 10 | SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-8_0_1/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] = "739be290a38229aaa5b5150e6ea55ce427e80970f0ace4c5040ac46644526f41" | 14 | SRC_URI[sha256sum] = "8d379f37d56db33f3ae447725b632d48b1c13e887593547ac3568e3b428c28f0" |
| 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+)+)" |
| @@ -25,8 +25,8 @@ export ACE_ROOT="${WORKDIR}/ACE_wrappers" | |||
| 25 | inherit pkgconfig | 25 | inherit pkgconfig |
| 26 | 26 | ||
| 27 | CXXFLAGS:append = " -fpermissive -Wnodeprecated-declarations" | 27 | CXXFLAGS:append = " -fpermissive -Wnodeprecated-declarations" |
| 28 | CXX:append = " -std=gnu++14 -ffile-prefix-map=${WORKDIR}= -fdebug-prefix-map=${WORKDIR}= " | 28 | CXX:append = " -ffile-prefix-map=${WORKDIR}= -fdebug-prefix-map=${WORKDIR}= " |
| 29 | EXTRA_OEMAKE += "INSTALL_LIB=${baselib}" | 29 | EXTRA_OEMAKE += "INSTALL_LIB=${baselib} install_rpath=0" |
| 30 | 30 | ||
| 31 | do_install() { | 31 | do_install() { |
| 32 | export D="${D}" | 32 | export D="${D}" |
