diff options
author | Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 2017-08-30 13:15:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-30 11:19:45 +0100 |
commit | 073ca1cbd1b70d5b36618584a8c88cbba391a259 (patch) | |
tree | c9fa08bf273ca943b2a8124461ca8d3049947b85 /scripts/lib/devtool/sdk.py | |
parent | 1b87201784e733f3a9d436f56cb5a6151ba6bdfa (diff) | |
download | openembedded-core-073ca1cbd1b70d5b36618584a8c88cbba391a259.tar.gz openembedded-core-073ca1cbd1b70d5b36618584a8c88cbba391a259.tar.bz2 openembedded-core-073ca1cbd1b70d5b36618584a8c88cbba391a259.zip |
bitbake.conf: add definition for BUILDSDK_CXXFLAGS
${BUILDSDK_CXXFLAGS} was introduced since
commit 55c83cb239df5faf5e2143fffca47f2f16931cb3
cross.bbclass: override TARGET_* flags
bitbake.conf has definitions for both ${BUILDSDK_CPPFLAGS} and
${BUILDSDK_CFLAGS} but there is none for ${BUILDSDK_CXXFLAGS}.
This was a regression as in the past, CXXFLAGS is the same as
CFLAGS in SDK environment.
Adding definition for ${BUILDSDK_CXXFLAGS} will resolve CXXFLAGS
being set wrongly in SDK environment.
[YOCTO #11769]
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/sdk.py')
0 files changed, 0 insertions, 0 deletions