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:35:55 +0100 |
commit | d8d2fa887d6ad2c839a0847f4ff54f0e886afc36 (patch) | |
tree | 11be6b12b5afd6c754b67c545cea3e3759649e7f /meta/recipes-devtools/git/git.inc | |
parent | 226d54067efbdd9fb8299e552558c88a5e065b58 (diff) | |
download | poky-d8d2fa887d6ad2c839a0847f4ff54f0e886afc36.tar.gz |
meta: add comments to explain autotools-brokensep use
(From OE-Core rev: f0ffea3e6047402f194d408a038272a8cadcde4a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster@mvista.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.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 \ | |||
17 | --without-tcltk \ | 17 | --without-tcltk \ |
18 | " | 18 | " |
19 | 19 | ||
20 | # Needs brokensep as this doesn't use automake | ||
20 | inherit autotools-brokensep perlnative bash-completion | 21 | inherit autotools-brokensep perlnative bash-completion |
21 | 22 | ||
22 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" | 23 | EXTRA_OEMAKE = "NO_PYTHON=1 CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'" |