summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorOleh Matiusha <omatiush@cisco.com>2024-04-11 13:32:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-12 17:27:53 +0100
commitb640e94e52152d8d6ae28f4b90a255e45ee0ebac (patch)
tree9fbcbb7eff2e759fac22f641338079fc37180062 /meta/recipes-extended
parent4ebb4a787809e3ff23719d2cf9d65a2be263dc5f (diff)
downloadpoky-b640e94e52152d8d6ae28f4b90a255e45ee0ebac.tar.gz
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 <omatiush@cisco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/gzip/gzip.inc1
1 files changed, 1 insertions, 0 deletions
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
8export DEFS="NO_ASM" 8export DEFS="NO_ASM"
9 9
10EXTRA_OEMAKE:class-target = "GREP=${base_bindir}/grep" 10EXTRA_OEMAKE:class-target = "GREP=${base_bindir}/grep"
11EXTRA_OEMAKE:append:class-nativesdk = " GREP=grep"
11EXTRA_OECONF:append:libc-musl = " gl_cv_func_fflush_stdin=yes " 12EXTRA_OECONF:append:libc-musl = " gl_cv_func_fflush_stdin=yes "
12 13
13do_install:append () { 14do_install:append () {