diff options
author | Ross Burton <ross.burton@intel.com> | 2016-04-22 15:08:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:53:58 +0100 |
commit | b05d6611c50d747a54b2f08802c81f33cf13ef07 (patch) | |
tree | fcc783328c5ac14755204313f66e662fa3a2b3a7 /meta/recipes-devtools/git | |
parent | 5dfbdf6d370125841d10120f39e8b771d1ed8aef (diff) | |
download | openembedded-core-contrib-b05d6611c50d747a54b2f08802c81f33cf13ef07.tar.gz |
meta: add comments to explain autotools-brokensep use
Diffstat (limited to 'meta/recipes-devtools/git')
-rw-r--r-- | meta/recipes-devtools/git/git.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index a1d0300be7a..7b3bec7fdaa 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc @@ -17,6 +17,7 @@ EXTRA_OECONF = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl \ --without-tcltk \ " +# Needs brokensep as this doesn't use automake inherit autotools-brokensep perlnative bash-completion EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" |