diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-14 08:00:10 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-14 08:15:16 -0700 |
| commit | 3e0ed75622afe7c1031e0505362d86af80372daf (patch) | |
| tree | 19b3e3e99e20c39b6d8a0155e0bfb230a2901d49 | |
| parent | 5df4beeb75d8cc5e7a0b221c131debc77983c634 (diff) | |
| download | meta-openembedded-3e0ed75622afe7c1031e0505362d86af80372daf.tar.gz | |
e2tools: Fix buildpaths QA warning in config.status in ptest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-filesystems/recipes-utils/e2tools/e2tools_git.bb | 2 |
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 | ||
| 73 | RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" | 73 | RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" |
