From: Alexander Kanavin Date: Tue, 15 Jun 2021 08:12:15 +0000 (+0200) Subject: m4: correct ptest failures X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b9a2d698bfae8919678073970b951b746158d34;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git m4: correct ptest failures Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc index c28e301d50b..5f3d59226e9 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() { chmod 0755 ${D}${PTEST_PATH}/tests/test-mbrtowc-w32-1.sh ${D}${PTEST_PATH}/tests/test-spawn-pipe-main \ ${D}${PTEST_PATH}/tests/test-spawn-pipe-child ${D}${PTEST_PATH}/tests/test-version-etc \ ${D}${PTEST_PATH}/tests/test-xalloc-die + + ln -s ptest ${D}${libdir}/${BPN}/${BP} }