> On 19 May 2024, at 06:50, Alejandro Hernandez Samaniego via 
> lists.openembedded.org <[email protected]> wrote:
> +# Use the same method that picolibc uses to bypass early compiler tests on 
> meson,
> +# otherwise meson will try to compile AND run test applications, avoids:
> +# ../git/meson.build:35:0: ERROR: Executables created by c compiler are not 
> runnable...
> +EXEWRAPPER_EXE ?= "exe_wrapper = ['sh', '-c', 'test -z \"$PICOLIBC_TEST\" || 
> ${WORKDIR}/meson-qemuwrapper \"$@\"', '${WORKDIR}/meson-qemuwrapper']"

>From picolibc 
>(https://github.com/picolibc/picolibc/blob/main/meson.build#L1562), talking 
>about this workaround:

# This was fixed in meson version 0.54.2, so this can be removed from
# here and the sample cross scripts once picolibc requires a version
# of meson newer than that.

We have meson 1.3.1, so this (and the corresponding meson.bbclass change) is 
redundant, right?

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

Reply via email to