diff options
| author | Alper Ak <alperyasinak1@gmail.com> | 2025-06-21 11:52:47 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:53 -0700 |
| commit | df6af9a16e23b793c607529df77267aff1957fb8 (patch) | |
| tree | 55faa4efb4921223daddc5bd9f191cd656fa930e | |
| parent | 8fda134fda9822cb254358d0791b26cbb50830aa (diff) | |
| download | meta-openembedded-df6af9a16e23b793c607529df77267aff1957fb8.tar.gz | |
e2tools: Fix contains reference to TMPDIR [buildpaths] error
ERROR: e2tools-0.1.2-r0 do_package_qa: QA Issue: File /usr/lib/e2tools/ptest/e2tools-0.1.2/autom4te.cache/requests in package e2tools-ptest contains reference to TMPDIR [buildpaths]
ERROR: e2tools-0.1.2-r0 do_package_qa: QA Issue: File /usr/lib/e2tools/ptest/e2tools-0.1.2/autom4te.cache/traces.0 in package e2tools-ptest contains reference to TMPDIR [buildpaths]
Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb index 40c4f56650..a60fbec821 100644 --- a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb +++ b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | |||
| @@ -38,6 +38,7 @@ do_install_ptest() { | |||
| 38 | rm -rf ${D}${PTEST_PATH}/build/config.log ${D}${PTEST_PATH}/build/autom4te.cache \ | 38 | rm -rf ${D}${PTEST_PATH}/build/config.log ${D}${PTEST_PATH}/build/autom4te.cache \ |
| 39 | ${D}${PTEST_PATH}/git/.git ${D}${PTEST_PATH}/git/autom4te.cache | 39 | ${D}${PTEST_PATH}/git/.git ${D}${PTEST_PATH}/git/autom4te.cache |
| 40 | sed -i -e 's;${TMPDIR};;g' ${D}${PTEST_PATH}/build/config.status | 40 | sed -i -e 's;${TMPDIR};;g' ${D}${PTEST_PATH}/build/config.status |
| 41 | sed -i -e 's;${STAGING_DIR_NATIVE};;g' ${D}${PTEST_PATH}/${BP}/autom4te.cache/* | ||
| 41 | } | 42 | } |
| 42 | 43 | ||
| 43 | RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" | 44 | RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" |
