]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix building nativesdk-python3
authorJuro Bystricky <juro.bystricky@intel.com>
Mon, 11 Apr 2016 07:29:15 +0000 (00:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 11 Apr 2016 21:01:54 +0000 (22:01 +0100)
commit2dd22dff121b3effe40abe4370de89231785a823
tree7e0cbe344972e53c7c79726325916663dbfa3af0
parent4e9d7fc44a1fcefe15dd66905ae0dbbc7dc1ca9d
python3: fix building nativesdk-python3

When the class nativesdk.bbclass is inherited, it redefines TARGET_CC_ARCH,
in the case of python3, this enables debug, causing an error while linking.
Since we don't enable debug during configure some functions are not declared.
This patch makes sure we keep debug disabled, fixing the linking errors.

[YOCTO #9357]

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.4.3.bb