diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-04-22 15:08:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-29 19:33:22 +0100 |
| commit | f0ffea3e6047402f194d408a038272a8cadcde4a (patch) | |
| tree | 7c28a1329498c8f971b55bbd80e6ac2d9dc6d52e /meta/recipes-devtools | |
| parent | ef37c7d8e4abf896aa791ee01e52a74f24aadb99 (diff) | |
| download | openembedded-core-f0ffea3e6047402f194d408a038272a8cadcde4a.tar.gz openembedded-core-f0ffea3e6047402f194d408a038272a8cadcde4a.tar.bz2 openembedded-core-f0ffea3e6047402f194d408a038272a8cadcde4a.zip | |
meta: add comments to explain autotools-brokensep use
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'meta/recipes-devtools')
| -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 a1d0300be7..7b3bec7fda 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}'" |
