Re: [oe] [meta-oe][PATCH] swig: add native wrapper for SWIGLIB

2014-04-20 Thread Martin Jansa
On Wed, Apr 09, 2014 at 03:34:57PM +0800, Kai Kang wrote: > Native swig will read data from hard-coded SWIGLIB or the same > environment variable. > > While using sstate, the hard-coded SWIGLIB will point to the project > that create original sstates. This would cause build issues, so add > a wrap

Re: [oe] [meta-oe][PATCH] swig: add native wrapper for SWIGLIB

2014-04-10 Thread Kang Kai
On 2014?04?10? 16:39, Martin Jansa wrote: On Wed, Apr 09, 2014 at 03:34:57PM +0800, Kai Kang wrote: Native swig will read data from hard-coded SWIGLIB or the same environment variable. While using sstate, the hard-coded SWIGLIB will point to the project that create original sstates. This would

Re: [oe] [meta-oe][PATCH] swig: add native wrapper for SWIGLIB

2014-04-10 Thread Martin Jansa
On Wed, Apr 09, 2014 at 03:34:57PM +0800, Kai Kang wrote: > Native swig will read data from hard-coded SWIGLIB or the same > environment variable. > > While using sstate, the hard-coded SWIGLIB will point to the project > that create original sstates. This would cause build issues, so add > a wrap

[oe] [meta-oe][PATCH] swig: add native wrapper for SWIGLIB

2014-04-09 Thread Kai Kang
Native swig will read data from hard-coded SWIGLIB or the same environment variable. While using sstate, the hard-coded SWIGLIB will point to the project that create original sstates. This would cause build issues, so add a wrapper to set the environment variable SWIGLIB to a relative path on curr