diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-03-04 08:54:00 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-04 17:10:50 -0800 |
| commit | 92b6825a870fde291b1244193dba8d7c1051c53f (patch) | |
| tree | 31242ea6b0f2fff8e3a3ae5bedec4abffa05a061 | |
| parent | a808e15d6b706580a19f5d0454293606beeb80e6 (diff) | |
| download | meta-openembedded-92b6825a870fde291b1244193dba8d7c1051c53f.tar.gz | |
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>
| -rw-r--r-- | meta-filesystems/recipes-utils/e2tools/e2tools_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb b/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb index a80b6f5985..1fa5e01874 100644 --- a/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb +++ b/meta-filesystems/recipes-utils/e2tools/e2tools_git.bb | |||
| @@ -65,6 +65,9 @@ do_install_ptest() { | |||
| 65 | cp -r ../build "${D}${PTEST_PATH}" | 65 | cp -r ../build "${D}${PTEST_PATH}" |
| 66 | cp -r "${S}/build-aux" "${D}${PTEST_PATH}/build" | 66 | cp -r "${S}/build-aux" "${D}${PTEST_PATH}/build" |
| 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 \ | ||
| 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 | ||
| 68 | } | 71 | } |
| 69 | 72 | ||
| 70 | RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" | 73 | RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" |
