Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] nativesdk-gzip: fix reproducibility issues
@ 2024-04-11 13:32 Oleh Matiusha
  2024-04-11 18:41 ` [OE-core] " Khem Raj
  2024-04-12  9:35 ` [OE-core] " Richard Purdie
  0 siblings, 2 replies; 6+ messages in thread
From: Oleh Matiusha @ 2024-04-11 13:32 UTC (permalink / raw)
  To: openembedded-core

There is absolute path in zgrep binary. It is related
to the changes that fix an issue with zgrep on Solaris
and other platforms with 'grep -e'. I'd like to ask here
if Yocto supports Solaris as host architecture, and
if there's a reliable way to detect the host arch.
If there is, I'll place additional check to be
compatible with it.

Original change:
git.savannah.gnu.org/cgit/gzip.git/commit?id=60b3f4eb672a85de28ecaad47ed426f8c8fe6c32

Signed-off-by: Oleh Matiusha <omatiush@cisco.com>
---
 meta/recipes-extended/gzip/gzip.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/gzip/gzip.inc b/meta/recipes-extended/gzip/gzip.inc
index b32584033b..62b3e2f4f9 100644
--- a/meta/recipes-extended/gzip/gzip.inc
+++ b/meta/recipes-extended/gzip/gzip.inc
@@ -8,6 +8,7 @@ inherit autotools texinfo
 export DEFS="NO_ASM"
 
 EXTRA_OEMAKE:class-target = "GREP=${base_bindir}/grep"
+EXTRA_OEMAKE:append:class-nativesdk = " GREP=grep"
 EXTRA_OECONF:append:libc-musl = " gl_cv_func_fflush_stdin=yes "
 
 do_install:append () {
-- 
2.33.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-12 15:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11 13:32 [PATCH] nativesdk-gzip: fix reproducibility issues Oleh Matiusha
2024-04-11 18:41 ` [OE-core] " Khem Raj
2024-04-12  8:11   ` Oleh Matiusha
2024-04-12  9:35 ` [OE-core] " Richard Purdie
2024-04-12 14:55   ` Oleh Matiusha -X (omatiush - GLOBALLOGIC INC at Cisco)
2024-04-12 15:40     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox