diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-15 08:17:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-17 22:38:32 +0000 |
| commit | 73763d492a70ff45f4d5a53bc57a7c88582e994e (patch) | |
| tree | bf7f6084a436f4133e3e92555ac581e06387a903 /meta/recipes-devtools | |
| parent | a12dd0636f8897f61bfd43235c30fdd16737378c (diff) | |
| download | poky-73763d492a70ff45f4d5a53bc57a7c88582e994e.tar.gz | |
git: upgrade 2.48.1 -> 2.49.0
(From OE-Core rev: cff5f7c2fabdefc5bc1e9b61bf26a35e2d28ddac)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/git/git/0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/git/git/fixsort.patch | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/git/git_2.49.0.bb (renamed from meta/recipes-devtools/git/git_2.48.1.bb) | 2 |
3 files changed, 5 insertions, 5 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 cbe9a32fa1..61bf0e12dc 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 2a97f61c558a03282c7d81797f1cd8b594f953dc Mon Sep 17 00:00:00 2001 | 1 | From 325c30dac4eafdd463c8ffcfe1215858d642ab91 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 |
diff --git a/meta/recipes-devtools/git/git/fixsort.patch b/meta/recipes-devtools/git/git/fixsort.patch index e01953e324..e077eba8ff 100644 --- a/meta/recipes-devtools/git/git/fixsort.patch +++ b/meta/recipes-devtools/git/git/fixsort.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 0ada98b8e1de3fe835b439777303dfaf9ac65a08 Mon Sep 17 00:00:00 2001 | 1 | From 65fa5c0f849fe4a1e3cb8e6af0086ef0748c28de 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] generate-configlist.sh: Fix determinism issue | 4 | Subject: [PATCH] generate-configlist.sh: Fix determinism issue |
| @@ -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 5794226..6b0b939 100755 | 26 | index dffdaad..cc35a21 100755 |
| 27 | --- a/generate-configlist.sh | 27 | --- a/generate-configlist.sh |
| 28 | +++ b/generate-configlist.sh | 28 | +++ b/generate-configlist.sh |
| 29 | @@ -15,7 +15,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].*\..*::$' "$SOURCE_DIR"/Documentation/*config.txt "$SOURCE_DIR"/Documentation/config/*.txt | | 31 | grep -h '^[a-zA-Z].*\..*::$' "$SOURCE_DIR"/Documentation/*config.adoc "$SOURCE_DIR"/Documentation/config/*.adoc | |
| 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.48.1.bb b/meta/recipes-devtools/git/git_2.49.0.bb index e0df23eb47..66082d0bde 100644 --- a/meta/recipes-devtools/git/git_2.48.1.bb +++ b/meta/recipes-devtools/git/git_2.49.0.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] = "51b4d03b1e311ba673591210f94f24a4c5781453e1eb188822e3d9cdc04c2212" | 167 | SRC_URI[tarball.sha256sum] = "f8047f572f665bebeb637fd5f14678f31b3ca5d2ff9a18f20bd925bd48f75d3c" |
