mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
e2tools: Delete unneeded files from ptest package
These files are useless for ptests, moreover they cause build QA errors like package e2tools-ptest contains reference to TMPDIR QA Issue: /usr/lib/e2tools/ptest/git/.git/hooks/update.sample contained in package e2tools-ptest requires /usr/bin/sh, but no providers found in RDEPENDS:e2tools-ptest? [file-rdeps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -65,6 +65,9 @@ do_install_ptest() {
|
||||
cp -r ../build "${D}${PTEST_PATH}"
|
||||
cp -r "${S}/build-aux" "${D}${PTEST_PATH}/build"
|
||||
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
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl"
|
||||
|
||||
Reference in New Issue
Block a user