mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
+3
-4
@@ -7,12 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d2c090e9c730fd91677782d8e2091d77"
|
|||||||
|
|
||||||
DEPENDS += "openssl gperf-native"
|
DEPENDS += "openssl gperf-native"
|
||||||
|
|
||||||
SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_12/ACE-${PV}.tar.bz2 \
|
SRC_URI = "https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-6_5_19/ACE-${PV}.tar.bz2 \
|
||||||
file://ace_config.patch \
|
file://ace_config.patch \
|
||||||
file://no_sysctl.patch \
|
file://no_sysctl.patch \
|
||||||
"
|
"
|
||||||
|
SRC_URI[sha256sum] = "739be290a38229aaa5b5150e6ea55ce427e80970f0ace4c5040ac46644526f41"
|
||||||
SRC_URI[sha256sum] = "ccd94fa45df1e8bb1c901d02c0a64c1626497e5eeda2f057fcf0a1578dae2148"
|
|
||||||
|
|
||||||
COMPATIBLE_HOST:libc-musl = "null"
|
COMPATIBLE_HOST:libc-musl = "null"
|
||||||
|
|
||||||
@@ -23,7 +22,7 @@ export ACE_ROOT="${WORKDIR}/ACE_wrappers"
|
|||||||
inherit pkgconfig
|
inherit pkgconfig
|
||||||
|
|
||||||
CXXFLAGS:append = " -fpermissive -Wnodeprecated-declarations"
|
CXXFLAGS:append = " -fpermissive -Wnodeprecated-declarations"
|
||||||
CXX:append = " -ffile-prefix-map=${WORKDIR}= -fdebug-prefix-map=${WORKDIR}= "
|
CXX:append = " -std=gnu++14 -ffile-prefix-map=${WORKDIR}= -fdebug-prefix-map=${WORKDIR}= "
|
||||||
EXTRA_OEMAKE += "INSTALL_LIB=${baselib}"
|
EXTRA_OEMAKE += "INSTALL_LIB=${baselib}"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
Reference in New Issue
Block a user