diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-01 07:16:42 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-05 12:49:55 +0000 |
| commit | 30fcae3329f3bca4234114f3c08361e6b1e29e51 (patch) | |
| tree | a9ee8799f14a9af2fc7edaecdb1c69b488f2bd91 /meta/recipes-devtools/git | |
| parent | e6eb0cebbcb7a8b24234cac4882f6e56892636f6 (diff) | |
| download | poky-30fcae3329f3bca4234114f3c08361e6b1e29e51.tar.gz | |
git: upgrade 2.47.1 -> 2.48.1
(From OE-Core rev: 0d6d7d63a5e04eaff3db4d6aa552b2bfb3138c9c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git')
| -rw-r--r-- | meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/git/git/fixsort.patch | 10 | ||||
| -rw-r--r-- | meta/recipes-devtools/git/git_2.48.1.bb (renamed from meta/recipes-devtools/git/git_2.47.1.bb) | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch b/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch index e5135928f0..cbe9a32fa1 100644 --- a/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch +++ b/meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 348811a6f818408a31551d0830dcfe31c55d06a8 Mon Sep 17 00:00:00 2001 | 1 | From 2a97f61c558a03282c7d81797f1cd8b594f953dc Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
| 3 | Date: Mon, 7 Feb 2022 10:13:15 +0100 | 3 | Date: Mon, 7 Feb 2022 10:13:15 +0100 |
| 4 | Subject: [PATCH] config.mak.uname: do not force RHEL-7 specific build settings | 4 | Subject: [PATCH] config.mak.uname: do not force RHEL-7 specific build settings |
| @@ -17,7 +17,7 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | |||
| 17 | 1 file changed, 4 deletions(-) | 17 | 1 file changed, 4 deletions(-) |
| 18 | 18 | ||
| 19 | diff --git a/config.mak.uname b/config.mak.uname | 19 | diff --git a/config.mak.uname b/config.mak.uname |
| 20 | index d511216..3144228 100644 | 20 | index b12d4e1..b5b8d82 100644 |
| 21 | --- a/config.mak.uname | 21 | --- a/config.mak.uname |
| 22 | +++ b/config.mak.uname | 22 | +++ b/config.mak.uname |
| 23 | @@ -63,10 +63,6 @@ ifeq ($(uname_S),Linux) | 23 | @@ -63,10 +63,6 @@ ifeq ($(uname_S),Linux) |
diff --git a/meta/recipes-devtools/git/git/fixsort.patch b/meta/recipes-devtools/git/git/fixsort.patch index d9a3672f1d..e01953e324 100644 --- a/meta/recipes-devtools/git/git/fixsort.patch +++ b/meta/recipes-devtools/git/git/fixsort.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | From 83ae059943d3efd824978a759bcfd894ce5085d4 Mon Sep 17 00:00:00 2001 | 1 | From 0ada98b8e1de3fe835b439777303dfaf9ac65a08 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Wed, 17 Feb 2021 17:57:13 +0000 | 3 | Date: Wed, 17 Feb 2021 17:57:13 +0000 |
| 4 | Subject: [PATCH] [PATCH] generate-configlist.sh: Fix determinism issue | 4 | Subject: [PATCH] generate-configlist.sh: Fix determinism issue |
| 5 | 5 | ||
| 6 | Currently git binaries are not entirely reproducible, at least partly | 6 | Currently git binaries are not entirely reproducible, at least partly |
| 7 | due to config-list.h differing in order depending on the system's | 7 | due to config-list.h differing in order depending on the system's |
| @@ -23,12 +23,12 @@ Upstream-Status: Submitted [https://public-inbox.org/git/f029a942dd3d50d85e60bd3 | |||
| 23 | 1 file changed, 1 insertion(+), 1 deletion(-) | 23 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 24 | 24 | ||
| 25 | diff --git a/generate-configlist.sh b/generate-configlist.sh | 25 | diff --git a/generate-configlist.sh b/generate-configlist.sh |
| 26 | index 8692fe5..e67ccac 100755 | 26 | index 5794226..6b0b939 100755 |
| 27 | --- a/generate-configlist.sh | 27 | --- a/generate-configlist.sh |
| 28 | +++ b/generate-configlist.sh | 28 | +++ b/generate-configlist.sh |
| 29 | @@ -9,7 +9,7 @@ static const char *config_name_list[] = { | 29 | @@ -15,7 +15,7 @@ static const char *config_name_list[] = { |
| 30 | EOF | 30 | EOF |
| 31 | grep -h '^[a-zA-Z].*\..*::$' Documentation/*config.txt Documentation/config/*.txt | | 31 | grep -h '^[a-zA-Z].*\..*::$' "$SOURCE_DIR"/Documentation/*config.txt "$SOURCE_DIR"/Documentation/config/*.txt | |
| 32 | sed '/deprecated/d; s/::$//; s/, */\n/g' | | 32 | sed '/deprecated/d; s/::$//; s/, */\n/g' | |
| 33 | - sort | | 33 | - sort | |
| 34 | + LC_ALL=C sort | | 34 | + LC_ALL=C sort | |
diff --git a/meta/recipes-devtools/git/git_2.47.1.bb b/meta/recipes-devtools/git/git_2.48.1.bb index 8b5bfecd6a..e0df23eb47 100644 --- a/meta/recipes-devtools/git/git_2.47.1.bb +++ b/meta/recipes-devtools/git/git_2.48.1.bb | |||
| @@ -164,4 +164,4 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ | |||
| 164 | " | 164 | " |
| 165 | EXTRA_OEMAKE += "NO_GETTEXT=1" | 165 | EXTRA_OEMAKE += "NO_GETTEXT=1" |
| 166 | 166 | ||
| 167 | SRC_URI[tarball.sha256sum] = "f4c4e98667800585d218dfdf415eb72f73baa7abcac4569e2ce497970f8d6665" | 167 | SRC_URI[tarball.sha256sum] = "51b4d03b1e311ba673591210f94f24a4c5781453e1eb188822e3d9cdc04c2212" |
