From dcc8eb8f44ce99b71e4dbe54f4adcfe36a0b0d2f Mon Sep 17 00:00:00 2001 From: Alper Ak Date: Sat, 21 Jun 2025 13:19:25 +0300 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/ace/ace_8.0.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb b/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb index 0fe41a7b92..b730b0a86c 100644 --- a/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb +++ b/meta-oe/recipes-connectivity/ace/ace_8.0.2.bb @@ -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() {