mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
ace: set S to be in UNPACKDIR in recipes that explicitly set S
It was related to latest UNPACKDIR changes -> https://git.openembedded.org/openembedded-core/commit/?id=46480a5e66747a673041fe4452a0ab14a1736d5e ERROR: ace-8.0.2-r0 do_install: oe_runmake failed ERROR: ace-8.0.2-r0 do_install: Execution of '/srv/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/ace/8.0.2/temp/run.do_install.14265' failed with exit code 1 Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
850d9bb011
commit
dcc8eb8f44
|
|
@ -21,13 +21,13 @@ CVE_STATUS[CVE-2009-1147] = "cpe-incorrect: this CVE is for vmware ace"
|
|||
COMPATIBLE_HOST:libc-musl = "null"
|
||||
|
||||
S = "${UNPACKDIR}/ACE_wrappers"
|
||||
B = "${WORKDIR}/ACE_wrappers/ace"
|
||||
export ACE_ROOT = "${WORKDIR}/ACE_wrappers"
|
||||
B = "${UNPACKDIR}/ACE_wrappers/ace"
|
||||
export ACE_ROOT = "${UNPACKDIR}/ACE_wrappers"
|
||||
|
||||
inherit pkgconfig
|
||||
|
||||
CXXFLAGS:append = " -fpermissive -Wnodeprecated-declarations"
|
||||
CXX:append = " -ffile-prefix-map=${WORKDIR}= "
|
||||
CXX:append = " -ffile-prefix-map=${UNPACKDIR}= "
|
||||
EXTRA_OEMAKE += "INSTALL_LIB=${baselib} install_rpath=0"
|
||||
|
||||
do_install() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user