mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-26 01:28:27 +00:00
e2tools: Fix buildpaths QA warning in config.status in ptest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ do_install_ptest() {
|
|||||||
cp -r "${S}" "${D}${PTEST_PATH}"
|
cp -r "${S}" "${D}${PTEST_PATH}"
|
||||||
rm -rf ${D}${PTEST_PATH}/build/config.log ${D}${PTEST_PATH}/build/autom4te.cache \
|
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
|
${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"
|
RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl"
|
||||||
|
|||||||
Reference in New Issue
Block a user