From b640e94e52152d8d6ae28f4b90a255e45ee0ebac Mon Sep 17 00:00:00 2001 From: Oleh Matiusha Date: Thu, 11 Apr 2024 13:32:55 +0000 Subject: nativesdk-gzip: fix reproducibility issues 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'. We don't have people building on Solaris. Original change: git.savannah.gnu.org/cgit/gzip.git/commit?id=60b3f4eb672a85de28ecaad47ed426f8c8fe6c32 [RP: Tweak commit message] (From OE-Core rev: fc18ff491111c22c3372c6de21d37945906d2287) Signed-off-by: Oleh Matiusha Signed-off-by: Richard Purdie --- meta/recipes-extended/gzip/gzip.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/gzip') 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 () { -- cgit v1.2.3-54-g00ecf