summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-12-25 16:07:42 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-25 00:13:52 -0800
commitb868008c7516e0b0939ca2685633c62ffb11f8e8 (patch)
treefc39497af9a0fb70e9dec8442cd707d8c4a3b911
parenta8f10b2aa0e246576b266dd6ea03c67fdf52afed (diff)
downloadmeta-openembedded-b868008c7516e0b0939ca2685633c62ffb11f8e8.tar.gz
e2tools: fix buildpath in ptest
Remove ${RECIPE_SYSROOT_NATIVE} from config.status to fix QA warning: ERROR: lib32-e2tools-0.1.2-r0 do_package_qa: QA Issue: File /usr/lib/e2tools/ptest/build/config.status in package lib32-e2tools-ptest contains reference to TMPDIR [buildpaths] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb
index c9631f6219..06f0c28d6d 100644
--- a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb
+++ b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb
@@ -66,6 +66,7 @@ do_install_ptest() {
66 -e 's@${S}@${PTEST_PATH}@g' \ 66 -e 's@${S}@${PTEST_PATH}@g' \
67 -e 's@${B}@${PTEST_PATH}/build@g' \ 67 -e 's@${B}@${PTEST_PATH}/build@g' \
68 -e 's@${HOSTTOOLS_DIR}@@g' \ 68 -e 's@${HOSTTOOLS_DIR}@@g' \
69 -e 's@${RECIPE_SYSROOT_NATIVE}@@g' \
69 -e 's@${RECIPE_SYSROOT}@@g' \ 70 -e 's@${RECIPE_SYSROOT}@@g' \
70 -i ${D}${PTEST_PATH}/build/config.status 71 -i ${D}${PTEST_PATH}/build/config.status
71} 72}