Fixed this in v2. Best Regards, Pratik
________________________________________ From: Ross Burton <[email protected]> Sent: Wednesday, May 20, 2026 6:34 PM To: Pratik Farkase Cc: [email protected]; [email protected] Subject: Re: [OE-core][PATCH v1] libatomic-ops: add ptest support > 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 (#237478): https://lists.openembedded.org/g/openembedded-core/message/237478 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]] -=-=-=-=-=-=-=-=-=-=-=-
