[oe-commits] [openembedded-core] 14/19: e2fsprogs: fix test f_detect_junk print error msg

git at git.openembedded.org git at git.openembedded.org
Fri Oct 12 07:47:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 53f2ad2ec54fd69d91c2445c4ae20585b836e2ea
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Fri Oct 12 10:21:12 2018 +0800

    e2fsprogs: fix test f_detect_junk print error msg
    
    This test need to check config.h, so install it
    to fix below err msg:
    
    grep: ../lib/config.h: No such file or directory
    ./test/f_detect_junk/script: line 3: [: : integer expression expected
    f_detect_junk: detect non-fs file data: ok
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
index 6c65e95..45c9674 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() {
 	find "${D}${PTEST_PATH}" -type f \
 	    \( -name 'Makefile' -o -name 'Makefile.in' -o -name '*.o' -o -name '*.c' -o -name '*.h' \)\
 	    -exec  rm -f {} +
+
+        install -d ${D}${PTEST_PATH}/lib
+        install -m 0644 ${B}/lib/config.h  ${D}${PTEST_PATH}/lib/
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list