]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: set includedir_nativesdk
authorKang Kai <kai.kang@windriver.com>
Thu, 25 Aug 2011 02:25:55 +0000 (10:25 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 26 Aug 2011 19:31:59 +0000 (12:31 -0700)
commit46a02c30d372692282f2784870df6fd63c660b10
tree35eac96f951bb4aa5148df5a22787f63bfcd0a24
parent299402832cc461f2db58481ccbb1a3a8ac92a7d0
bitbake.conf: set includedir_nativesdk

Fixes [Yocto #1231]

crosssdk.bbclass uses ${includedir_nativesdk} to define target_includedir,
but includedir_nativesdk is not defined before. This makes gcc-crosssdk
can NOT search the correct standard headers and libraries search path.

Define includedir_nativesdk in bitbake.conf.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
meta/conf/bitbake.conf