forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/localedef: bump to version 2.34-9-g9acab0bba6a5a57323b1f94bf9…
…5b21618a9e5aa4 resync the version with glibc package. Dropped 2 patches (fixes backported from previous releases), rebased 2 which are kept (only line numbers changed). Suggested-by: Romain Naour <[email protected]> Signed-off-by: Petr Vorel <[email protected]> [Arnout: resolve conflicts] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 942f45364e7db805f0390c808ef656faa577a419 Mon Sep 17 00:00:00 2001 | ||
From 442e9a3f262c49cf61f9e7bdf12882f0a427666b Mon Sep 17 00:00:00 2001 | ||
From: Michael Olbrich <[email protected]> | ||
Date: Mon, 21 May 2018 16:45:02 +0200 | ||
Subject: [PATCH] HACK: only build and install localedef | ||
|
@@ -13,10 +13,10 @@ Signed-off-by: Peter Seiderer <[email protected]> | |
2 files changed, 13 insertions(+), 7 deletions(-) | ||
|
||
diff --git a/Rules b/Rules | ||
index 082625bb71..2603c96734 100644 | ||
index b1137afe71..2aeac31922 100644 | ||
--- a/Rules | ||
+++ b/Rules | ||
@@ -212,10 +212,16 @@ binaries-shared-notests = $(filter-out $(binaries-pie) $(binaries-static), \ | ||
@@ -216,10 +216,16 @@ binaries-shared-notests = $(filter-out $(binaries-pie) $(binaries-static), \ | ||
$(binaries-all-notests)) | ||
|
||
ifneq "$(strip $(binaries-shared-notests))" "" | ||
|
@@ -61,5 +61,5 @@ index b7c60681fa..de4cf4003f 100644 | |
|
||
libBrokenLocale-routines = broken_cur_max | ||
-- | ||
2.31.1 | ||
2.33.0 | ||
|
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,4 +1,4 @@ | ||
From ec4ebe89a7636da63ccff349d0f0c9f38ac3e3e1 Mon Sep 17 00:00:00 2001 | ||
From 85412262460f6ba9f6e2cf8da74fc1904c54c854 Mon Sep 17 00:00:00 2001 | ||
From: Matt Weber <[email protected]> | ||
Date: Thu, 6 Feb 2020 14:36:21 -0600 | ||
Subject: [PATCH] relax dependency on GCC to 4.8 and binutils to 2.24 | ||
|
@@ -29,10 +29,10 @@ Signed-off-by: Matthew Weber <[email protected]> | |
1 file changed, 3 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/configure b/configure | ||
index 1dc3af60b4..e3ee4e9fd7 100755 | ||
index 9619c10991..0c481d2339 100755 | ||
--- a/configure | ||
+++ b/configure | ||
@@ -4587,7 +4587,7 @@ $as_echo_n "checking version of $AS... " >&6; } | ||
@@ -4651,7 +4651,7 @@ $as_echo_n "checking version of $AS... " >&6; } | ||
ac_prog_version=`$AS --version 2>&1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'` | ||
case $ac_prog_version in | ||
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; | ||
|
@@ -41,7 +41,7 @@ index 1dc3af60b4..e3ee4e9fd7 100755 | |
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; | ||
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; | ||
|
||
@@ -4717,7 +4717,7 @@ $as_echo_n "checking version of $LD... " >&6; } | ||
@@ -4781,7 +4781,7 @@ $as_echo_n "checking version of $LD... " >&6; } | ||
ac_prog_version=`$LD --version 2>&1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'` | ||
case $ac_prog_version in | ||
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; | ||
|
@@ -50,7 +50,7 @@ index 1dc3af60b4..e3ee4e9fd7 100755 | |
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; | ||
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; | ||
|
||
@@ -5126,7 +5126,7 @@ int | ||
@@ -5189,7 +5189,7 @@ int | ||
main () | ||
{ | ||
|
||
|
@@ -60,5 +60,4 @@ index 1dc3af60b4..e3ee4e9fd7 100755 | |
#endif | ||
; | ||
-- | ||
2.31.1 | ||
|
||
2.33.0 |
2 changes: 1 addition & 1 deletion
2
...29bbb4b66c5814da09a61a7f9f/localedef.hash → ...7323b1f94bf95b21618a9e5aa4/localedef.hash
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