summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/e2tools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-08-14 08:00:10 -0700
committerArmin Kuster <akuster@mvista.com>2025-04-16 20:30:24 -0400
commit68698b03cb1d6343179c773f547733c502845857 (patch)
tree09dc6e20ff478a36fdd3866bf34a7dbadd79eeaf /meta-filesystems/recipes-utils/e2tools
parent95d57ab55b0a090da1ce51601cad6204d99c8494 (diff)
downloadmeta-openembedded-68698b03cb1d6343179c773f547733c502845857.tar.gz
e2tools: Fix buildpaths QA warning in config.status in ptest
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/e2tools')
-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 1fa5e01874..a0d194cae0 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"