summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/git
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/git')
-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 95ab397f6a..4131c98977 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -22,6 +22,7 @@ PACKAGECONFIG[svn] = ""
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" 24"
25EXTRA_OECONF_append_class-nativesdk = " --with-gitconfig=/etc/gitconfig "
25 26
26# Needs brokensep as this doesn't use automake 27# Needs brokensep as this doesn't use automake
27inherit autotools-brokensep perlnative bash-completion 28inherit autotools-brokensep perlnative bash-completion