diff options
-rw-r--r-- | meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | 7 |
1 files changed, 4 insertions, 3 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 a60fbec821..38fa8b439e 100644 --- a/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb +++ b/meta-filesystems/recipes-utils/e2tools/e2tools_0.1.2.bb | |||
@@ -35,10 +35,11 @@ do_install_ptest() { | |||
35 | cp -r ../build "${D}${PTEST_PATH}" | 35 | cp -r ../build "${D}${PTEST_PATH}" |
36 | cp -r "${S}/build-aux" "${D}${PTEST_PATH}/build" | 36 | cp -r "${S}/build-aux" "${D}${PTEST_PATH}/build" |
37 | cp -r "${S}" "${D}${PTEST_PATH}" | 37 | cp -r "${S}" "${D}${PTEST_PATH}" |
38 | rm -rf ${D}${PTEST_PATH}/build/config.log ${D}${PTEST_PATH}/build/autom4te.cache \ | 38 | rm -rf ${D}${PTEST_PATH}/build/config.log \ |
39 | ${D}${PTEST_PATH}/git/.git ${D}${PTEST_PATH}/git/autom4te.cache | 39 | ${D}${PTEST_PATH}/build/autom4te.cache \ |
40 | ${D}${PTEST_PATH}/*/.git ${D}${PTEST_PATH}/*/.github \ | ||
41 | ${D}${PTEST_PATH}/*/autom4te.cache | ||
40 | sed -i -e 's;${TMPDIR};;g' ${D}${PTEST_PATH}/build/config.status | 42 | 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/* | ||
42 | } | 43 | } |
43 | 44 | ||
44 | RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" | 45 | RDEPENDS:${PN}-ptest += "bash coreutils e2fsprogs e2tools gawk make perl" |