summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-14 08:00:10 -0700
committerKhem Raj <raj.khem@gmail.com>2024-08-14 08:15:16 -0700
commit3e0ed75622afe7c1031e0505362d86af80372daf (patch)
tree19b3e3e99e20c39b6d8a0155e0bfb230a2901d49 /meta-filesystems
parent5df4beeb75d8cc5e7a0b221c131debc77983c634 (diff)
downloadmeta-openembedded-3e0ed75622afe7c1031e0505362d86af80372daf.tar.gz
e2tools: Fix buildpaths QA warning in config.status in ptest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-utils/e2tools/e2tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb b/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb
index 1fa5e0187..a0d194cae 100644
--- a/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb
+++ b/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb
@@ -67,7 +67,7 @@ do_install_ptest() {
67 cp -r "${S}" "${D}${PTEST_PATH}" 67 cp -r "${S}" "${D}${PTEST_PATH}"
68 rm -rf ${D}${PTEST_PATH}/build/config.log ${D}${PTEST_PATH}/build/autom4te.cache \ 68 rm -rf ${D}${PTEST_PATH}/build/config.log ${D}${PTEST_PATH}/build/autom4te.cache \
69 ${D}${PTEST_PATH}/git/.git ${D}${PTEST_PATH}/git/autom4te.cache 69 ${D}${PTEST_PATH}/git/.git ${D}${PTEST_PATH}/git/autom4te.cache
70 sed -i -e 's;${RECIPE_SYSROOT};;g' ${D}${PTEST_PATH}/build/config.status 70 sed -i -e 's;${TMPDIR};;g' ${D}${PTEST_PATH}/build/config.status
71} 71}
72 72
73RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" 73RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl"