> On 6 May 2026, at 09:04, Pratik Farkase via lists.openembedded.org > <[email protected]> wrote:diff --git > a/meta/recipes-support/libatomic-ops/libatomic-ops_7.10.0.bb > b/meta/recipes-support/libatomic-ops/libatomic-ops_7.10.0.bb > +do_install_ptest() { > + install -d ${D}${PTEST_PATH}/tests > + > + find ${B}/tests -maxdepth 1 -type f -executable \ > + ! -name "*.la" | while read -r t; do
Can you use makefile-getvar to get the right list? Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#237456): https://lists.openembedded.org/g/openembedded-core/message/237456 Mute This Topic: https://lists.openembedded.org/mt/119175663/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
