diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb index 6c65e95dd8..45c96742c7 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb | |||
@@ -129,4 +129,7 @@ do_install_ptest() { | |||
129 | find "${D}${PTEST_PATH}" -type f \ | 129 | find "${D}${PTEST_PATH}" -type f \ |
130 | \( -name 'Makefile' -o -name 'Makefile.in' -o -name '*.o' -o -name '*.c' -o -name '*.h' \)\ | 130 | \( -name 'Makefile' -o -name 'Makefile.in' -o -name '*.o' -o -name '*.c' -o -name '*.h' \)\ |
131 | -exec rm -f {} + | 131 | -exec rm -f {} + |
132 | |||
133 | install -d ${D}${PTEST_PATH}/lib | ||
134 | install -m 0644 ${B}/lib/config.h ${D}${PTEST_PATH}/lib/ | ||
132 | } | 135 | } |