diff options
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/git/git_2.34.1.bb (renamed from meta/recipes-devtools/git/git_2.34.0.bb) | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 9dd2cf4549..1d74270fdd 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
@@ -33,6 +33,7 @@ inherit autotools-brokensep perlnative bash-completion | |||
33 | 33 | ||
34 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" | 34 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" |
35 | EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" | 35 | EXTRA_OEMAKE += "'PERL_PATH=/usr/bin/env perl'" |
36 | EXTRA_OEMAKE += "COMPUTE_HEADER_DEPENDENCIES=no" | ||
36 | EXTRA_OEMAKE:append:class-native = " NO_CROSS_DIRECTORY_HARDLINKS=1" | 37 | EXTRA_OEMAKE:append:class-native = " NO_CROSS_DIRECTORY_HARDLINKS=1" |
37 | 38 | ||
38 | do_compile:prepend () { | 39 | do_compile:prepend () { |
diff --git a/meta/recipes-devtools/git/git_2.34.0.bb b/meta/recipes-devtools/git/git_2.34.1.bb index fa9299b494..24081764a2 100644 --- a/meta/recipes-devtools/git/git_2.34.0.bb +++ b/meta/recipes-devtools/git/git_2.34.1.bb | |||
@@ -5,6 +5,5 @@ EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \ | |||
5 | " | 5 | " |
6 | EXTRA_OEMAKE += "NO_GETTEXT=1" | 6 | EXTRA_OEMAKE += "NO_GETTEXT=1" |
7 | 7 | ||
8 | SRC_URI[tarball.sha256sum] = "0ce6222bfd31938b29360150286b51c77c643fa97740b1d35b6d1ceef8b0ecd7" | 8 | SRC_URI[tarball.sha256sum] = "fc4eb5ecb9299db91cdd156c06cdeb41833f53adc5631ddf8c0cb13eaa2911c1" |
9 | SRC_URI[manpages.sha256sum] = "fe66a69244def488306c3e05c1362ea53d8626d2a7e57cd7311df2dab1ef8356" | 9 | SRC_URI[manpages.sha256sum] = "220f1ed68582caeddf79c4db15e4eaa4808ec01fd11889e19232f0a74d7f31b0" |
10 | |||