diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-09 13:48:54 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-11 12:17:02 +0100 |
commit | 60a67b8ab6334fa472b75dcad046bee63172bd3b (patch) | |
tree | a4457fbe46d0aada47e2922a17edefd1e49438f3 /meta/recipes-devtools/git | |
parent | a65fb5aa091cf4ee9932a6c28df45fae97904384 (diff) | |
download | poky-60a67b8ab6334fa472b75dcad046bee63172bd3b.tar.gz |
git: upgrade 2.46.1 -> 2.47.0
0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch
refreshed for 2.47.0
Changelog:
https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt
(From OE-Core rev: af3f824ec3290fd7a1a135d303438aa568877fab)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
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 | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/git/git_2.47.0.bb (renamed from meta/recipes-devtools/git/git_2.46.1.bb) | 2 |
2 files changed, 4 insertions, 4 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 3f0bc4aaa1..e5135928f0 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 be83596773e42b88ba1104f044a139f35d90a7f5 Mon Sep 17 00:00:00 2001 | 1 | From 348811a6f818408a31551d0830dcfe31c55d06a8 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,10 +17,10 @@ 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 85d6382..bdf06ca 100644 | 20 | index d511216..3144228 100644 |
21 | --- a/config.mak.uname | 21 | --- a/config.mak.uname |
22 | +++ b/config.mak.uname | 22 | +++ b/config.mak.uname |
23 | @@ -64,10 +64,6 @@ ifeq ($(uname_S),Linux) | 23 | @@ -63,10 +63,6 @@ ifeq ($(uname_S),Linux) |
24 | PROCFS_EXECUTABLE_PATH = /proc/self/exe | 24 | PROCFS_EXECUTABLE_PATH = /proc/self/exe |
25 | HAVE_PLATFORM_PROCINFO = YesPlease | 25 | HAVE_PLATFORM_PROCINFO = YesPlease |
26 | COMPAT_OBJS += compat/linux/procinfo.o | 26 | COMPAT_OBJS += compat/linux/procinfo.o |
diff --git a/meta/recipes-devtools/git/git_2.46.1.bb b/meta/recipes-devtools/git/git_2.47.0.bb index d301c474f2..67356874b5 100644 --- a/meta/recipes-devtools/git/git_2.46.1.bb +++ b/meta/recipes-devtools/git/git_2.47.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] = "b0a4d1ad50e820edd84c0d1b609c29349d4ae2681ed458914ea759aafcd4bf21" | 167 | SRC_URI[tarball.sha256sum] = "a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a" |