On 21 Nov 2025, at 13:13, Pratik Farkase via lists.openembedded.org 
<[email protected]> wrote:
> +        if [ -f ${B}/tests/.libs/${test} ]; then

Don’t make this conditional, as otherwise the test list won’t be updated.
 
> +            install -m 0755 ${B}/tests/.libs/${test} ${D}${PTEST_PATH}/tests/

Use ${B}/libtool —mode=install install ${B}/tests/$test 
${D}${PTEST_PATH}/tests/ please.  Assuming that libtool writes into .libs/ is a 
bad assumption.

Ross
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#227135): 
https://lists.openembedded.org/g/openembedded-core/message/227135
Mute This Topic: https://lists.openembedded.org/mt/116406990/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to