> On 1 Aug 2024, at 09:22, Martin Hundeb?ll via lists.openembedded.org > <[email protected]> wrote: > +do_install_ptest() { > + install -m755 -Dt ${D}${PTEST_PATH} $(find ${B}/unit -executable -type f) > + install -m644 -Dt ${D}${PTEST_PATH}/unit ${B}/unit/test-provision.db > +}
As as ell: the binaries are built with libtool, so use libtool —mode=install to install them. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#202905): https://lists.openembedded.org/g/openembedded-core/message/202905 Mute This Topic: https://lists.openembedded.org/mt/107661618/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
