swig: upgrade to 2.0.9 and add patch to fix swiglib
authorMartin Jansa <Martin.Jansa@gmail.com>
Sun, 17 Feb 2013 07:19:12 +0000 (08:19 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:28:08 +0000 (08:28 -0800)
commitb45163145ad4ac91da0f4102cd3a804fdddbbf3d
treec3bf03f373d6a01eeb1eb3d391dd7804c85d40b0
parent821f56ecd502a9805cd3011cc6a31bf640c12747
swig: upgrade to 2.0.9 and add patch to fix swiglib

* FindSWIG.cmake is using swig -swiglib to find swig.swg and set
  SWIG_DIR without that patch swig -swiglib reports absolute path
  to datadir how it was on builder which created sstate archive,
  reusing swig from sstate results in invalid path hardcoded in
  swig binary and FindSWIG reporting missing swig

* unfortunately it's not using any config file we could make
  relocateble with SSTATE_SCAN_FILES

* LICENSE-UNIVERSITIES change is only formal

(From meta-openembedded rev: 6033ea7c61de16bf00f7b9c380494b846699f024)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/swig/swig.inc
meta-openembedded/meta-oe/recipes-devtools/swig/swig/0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch [new file with mode: 0644]
meta-openembedded/meta-oe/recipes-devtools/swig/swig_2.0.0.bb [deleted file]
meta-openembedded/meta-oe/recipes-devtools/swig/swig_2.0.9.bb [new file with mode: 0644]