diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-15 10:12:15 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-17 00:07:05 +0100 |
commit | b324d19336ad65b4a34da869c05dcb5711f1edc9 (patch) | |
tree | 5264eb1bd0781a523bdc98933a6b3d487c6c3f53 /meta/recipes-devtools/m4/m4-1.4.19.inc | |
parent | 3f51d9e627503d6e744dbf327106940d1b3020c0 (diff) | |
download | poky-b324d19336ad65b4a34da869c05dcb5711f1edc9.tar.gz |
m4: correct ptest failures
(From OE-Core rev: 5b9a2d698bfae8919678073970b951b746158d34)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4/m4-1.4.19.inc')
-rw-r--r-- | meta/recipes-devtools/m4/m4-1.4.19.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index c28e301d50..5f3d59226e 100644 --- a/meta/recipes-devtools/m4/m4-1.4.19.inc +++ b/meta/recipes-devtools/m4/m4-1.4.19.inc | |||
@@ -46,6 +46,8 @@ do_install_ptest() { | |||
46 | chmod 0755 ${D}${PTEST_PATH}/tests/test-mbrtowc-w32-1.sh ${D}${PTEST_PATH}/tests/test-spawn-pipe-main \ | 46 | chmod 0755 ${D}${PTEST_PATH}/tests/test-mbrtowc-w32-1.sh ${D}${PTEST_PATH}/tests/test-spawn-pipe-main \ |
47 | ${D}${PTEST_PATH}/tests/test-spawn-pipe-child ${D}${PTEST_PATH}/tests/test-version-etc \ | 47 | ${D}${PTEST_PATH}/tests/test-spawn-pipe-child ${D}${PTEST_PATH}/tests/test-version-etc \ |
48 | ${D}${PTEST_PATH}/tests/test-xalloc-die | 48 | ${D}${PTEST_PATH}/tests/test-xalloc-die |
49 | |||
50 | ln -s ptest ${D}${libdir}/${BPN}/${BP} | ||
49 | } | 51 | } |
50 | 52 | ||
51 | 53 | ||