summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/swig
Commit message (Collapse)AuthorAgeFilesLines
* swig: add native wrapper for SWIGLIBXin Ouyang2013-02-271-1/+8
| | | | | | | | | | | | Native swig will read datas 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 current sysroot. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* swig: Add swig 2.0.0Mark Hatle2012-05-182-0/+31
| | | | | | | | Add swig recipe from meta-openembedded/meta-oe as of commit: 2eb27e123b7a85453224f2c822d43f8572eec57a Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Revert "swig: for libraries to build python bindings."Mark Hatle2012-05-182-29/+0
| | | | This reverts commit 63e12109ce58a5622dc47bdff2d1d347b3474a04.
* swig: for libraries to build python bindings.Xin Ouyang2012-02-132-0/+29
libselinux & libsemanage would use it to build python bindings.