summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/swig
Commit message (Collapse)AuthorAgeFilesLines
* meta-mingw: Convert to new override syntaxRichard Purdie2021-07-301-2/+2
| | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* swig: Add swig environment setup for SDKJoshua Watt2018-08-301-0/+12
Configures the mingw SDK environment to set the SWIG_LIB environment variable so that swig can find its core library. Otherwise, swig will look for a directory called "Lib" next to the executable. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>