summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git/git.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-05-05 15:01:15 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-07 12:15:59 +0100
commitde4552172315e0ab90b93b8b4b381d6eb57362d1 (patch)
tree8744bb2f6a7126110c03277b942be32cffeea4d2 /meta/recipes-devtools/git/git.inc
parent095d7301101e2b57e8f7469e4e9b2b5b50edad0c (diff)
downloadpoky-de4552172315e0ab90b93b8b4b381d6eb57362d1.tar.gz
git: update to 2.26.2
Disable iconv, as configure.ac attempts to run a cross-compiled test program otherwise. (From OE-Core rev: 6b18acfbe61aef449743f5ce0dfd77f83f5cb2a5) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
-rw-r--r--meta/recipes-devtools/git/git.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index 4131c98977..544e23c844 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -21,6 +21,7 @@ PACKAGECONFIG[svn] = ""
21 21
22EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ 22EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \
23 --without-tcltk \ 23 --without-tcltk \
24 --without-iconv \
24" 25"
25EXTRA_OECONF_append_class-nativesdk = " --with-gitconfig=/etc/gitconfig " 26EXTRA_OECONF_append_class-nativesdk = " --with-gitconfig=/etc/gitconfig "
26 27