-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump dependencies. Ref: - #225 - #226 Signed-off-by: Noel Georgi <[email protected]>
- Loading branch information
Showing
14 changed files
with
228 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
http://cgit.openembedded.org/openembedded-core/plain/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch?h=rocko | ||
https://cgit.openembedded.org/openembedded-core/plain/meta/recipes-core/ncurses/files/0002-configure-reproducible.patch | ||
|
||
From 939c994f3756c2d6d3cab2e6a04d05fa7c2b1d56 Mon Sep 17 00:00:00 2001 | ||
From ec87e53066a9942e9aaba817d71268342f5e83b9 Mon Sep 17 00:00:00 2001 | ||
From: Hongxu Jia <[email protected]> | ||
Date: Wed, 16 Aug 2017 14:45:27 +0800 | ||
Subject: [PATCH 2/2] configure: reproducible | ||
Subject: [PATCH] configure: reproducible | ||
|
||
"configure" enforces -U for ar flags, breaking deterministic builds. | ||
The flag was added to fix some vaguely specified "recent POSIX binutil | ||
|
@@ -12,25 +12,24 @@ build problems" in 2015. | |
Upstream-Status: Pending | ||
Signed-off-by: Juro Bystricky <[email protected]> | ||
|
||
Rebase to Rebase to 6.0+20170715 | ||
Rebase to 6.1 | ||
|
||
Signed-off-by: Hongxu Jia <[email protected]> | ||
|
||
--- | ||
configure | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/configure b/configure | ||
index 7d7d2c1..f444354 100755 | ||
index 421cf859..a1b7840d 100755 | ||
--- a/configure | ||
+++ b/configure | ||
@@ -4458,7 +4458,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 | ||
@@ -5072,7 +5072,7 @@ 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters