mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

1. Rebase 0001, 0002 2. Fix [already-stripped] QA Issue Since the following commit add, it strip executables which are installed by default. ... commit 087eaf92c621098927f3f98e3652411de48f8b6b Author: Sven Joachim <svenjoac@gmx.de> Date: Sun Jan 21 08:01:41 2018 +0100 Import upstream patch 20180120 20180120 + build-fix in picsmap.c for stdint.h existence. + add --disable-stripping option to configure scripts. ... (From OE-Core rev: 09bc55eeb41a6e06438b35e5456c66198d549b92) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
36 lines
975 B
Diff
36 lines
975 B
Diff
From 2a53c03ffa90f0050a949fc5920f0df3e668ff42 Mon Sep 17 00:00:00 2001
|
|
From: Hongxu Jia <hongxu.jia@windriver.com>
|
|
Date: Wed, 16 Aug 2017 14:45:27 +0800
|
|
Subject: [PATCH 2/2] configure: reproducible
|
|
|
|
"configure" enforces -U for ar flags, breaking deterministic builds.
|
|
The flag was added to fix some vaguely specified "recent POSIX binutil
|
|
build problems" in 2015.
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
|
|
|
|
Rebase to 6.1
|
|
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
---
|
|
configure | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index adead92..fa4fdb7 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -4503,7 +4503,7 @@ if test "${cf_cv_ar_flags+set}" = set; then
|
|
else
|
|
|
|
cf_cv_ar_flags=unknown
|
|
- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
|
|
+ for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
|
|
do
|
|
|
|
# check if $ARFLAGS already contains this choice
|
|
--
|
|
1.8.3.1
|
|
|