diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-08-14 08:00:10 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster@mvista.com> | 2025-04-16 20:30:24 -0400 |
| commit | 68698b03cb1d6343179c773f547733c502845857 (patch) | |
| tree | 09dc6e20ff478a36fdd3866bf34a7dbadd79eeaf /meta-filesystems/recipes-utils/e2tools | |
| parent | 95d57ab55b0a090da1ce51601cad6204d99c8494 (diff) | |
| download | meta-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.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" |
