diff options
author | Mikko Ylinen <mikko.ylinen@linux.intel.com> | 2017-09-08 14:10:39 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-13 11:13:22 +0200 |
commit | 09a285db6125f923d6a7dcaf6a31c898c811238e (patch) | |
tree | 5d1f0143dfde05075718705821a306f7aac3f59b /meta-python/recipes-devtools/python/python-py.inc | |
parent | 2ff76a705a16b356916e91102adbf3f632019654 (diff) | |
download | meta-openembedded-09a285db6125f923d6a7dcaf6a31c898c811238e.tar.gz |
efivar: fix build when host gcc version is < 4.9
efivar v27 started using C11 _Generic keyword in macros but that
is not implemented in gcc until 4.9. This makes efivar-native
(which is a dependency to efivar) build to fail if the builder host
gcc version is < 4.9.
It turns out only 'makeguids' generator needs to be built for the
build arch to generate GENERATED_SOURCES for efivar target build.
'makeguids' sources/includes have no gcc version dependencies so
to fix efivar build when host gcc < 4.9, we simply build 'makeguids'
target for efivar-native.
Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-py.inc')
0 files changed, 0 insertions, 0 deletions