From df7e1b55d5f40129ebffa1cb1b9c0dcd099b6eaa Mon Sep 17 00:00:00 2001 From: Kéléfa Sané Date: Mon, 26 May 2025 11:53:18 +0200 Subject: crash: fix reproducibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix reproducibility issue by retrieving the compiler version from the CC env variable, which define the compiler used in the build and not from the native gcc compiler install in the host machine. Signed-off-by: Kéléfa Sané Signed-off-by: Khem Raj --- meta-oe/conf/include/non-repro-meta-oe.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-oe/conf') diff --git a/meta-oe/conf/include/non-repro-meta-oe.inc b/meta-oe/conf/include/non-repro-meta-oe.inc index 894d7f330a..ae4fb1d194 100755 --- a/meta-oe/conf/include/non-repro-meta-oe.inc +++ b/meta-oe/conf/include/non-repro-meta-oe.inc @@ -7,9 +7,6 @@ KNOWN_NON_REPRO_META_OE = " \ asio-ptest \ asio-src \ cpuid-doc \ - crash \ - crash-dbg \ - crash-src \ dhrystone \ dhrystone-dbg \ dhrystone-dev \ -- cgit v1.2.3-54-g00ecf