mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00
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>
This commit is contained in:
parent
95d57ab55b
commit
68698b03cb
|
@ -67,7 +67,7 @@ do_install_ptest() {
|
|||
cp -r "${S}" "${D}${PTEST_PATH}"
|
||||
rm -rf ${D}${PTEST_PATH}/build/config.log ${D}${PTEST_PATH}/build/autom4te.cache \
|
||||
${D}${PTEST_PATH}/git/.git ${D}${PTEST_PATH}/git/autom4te.cache
|
||||
sed -i -e 's;${RECIPE_SYSROOT};;g' ${D}${PTEST_PATH}/build/config.status
|
||||
sed -i -e 's;${TMPDIR};;g' ${D}${PTEST_PATH}/build/config.status
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl"
|
||||
|
|
Loading…
Reference in New Issue
Block a user