Re: [OE-core] [PATCH v2] curl: improve reproducibility

2024-04-03 Thread Oleh Matiusha via lists.openembedded.org
What about --with-libtool-sysroot and DEBUG_PREFIX_MAP? Oleh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#197913): https://lists.openembedded.org/g/openembedded-core/message/197913 Mute This Topic:

Re: [OE-core] [PATCH v2] curl: improve reproducibility

2024-03-27 Thread Ross Burton
On 27 Mar 2024, at 17:14, Oleh Matiusha via lists.openembedded.org wrote: > +do_install:append:class-target() { > + fix_absolute_paths > +} > + > +do_install:append:class-nativesdk() { > + fix_absolute_paths > +} Would it be best to just always do this sed? A native build won’t have a

[OE-core] [PATCH v2] curl: improve reproducibility

2024-03-27 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-curl package contains host references in output files. remove them. Signed-off-by: Oleh Matiusha --- v2 - moved common code to separate function --- --- meta/recipes-support/curl/curl_8.6.0.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git