aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/swig
AgeCommit message (Collapse)Author
2013-06-12swig: Update to version 2.0.10 and and add nativesdk support.Philip Balister
Build tested for armv7a machine. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-03-12swig: avoid host contamination, make build deterministicAndreas Oberritter
* Explicitly disable all other languages than python, which was the only language listed in DEPENDS. * Inherit pythonnative to make it find OE's python executable. * Depend on libpcre in order to reliably enable Swig's regex feature. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-19swig: upgrade to 2.0.9 and add patch to fix swiglibMartin Jansa
* 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 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-10-10swig: update gnu-config filesMarcin Juszkiewicz
2012-03-01swig 2.0.0: disable guile supportKoen Kooi
It's not in DEPENDS and it breaks on hosts with guile-dev installed: configure:8391: checking whether Guile's SCM_ API works configure:8403: ccache arm-angstrom-linux-gnueabi-gcc -march=armv7-a -fno-tree-vectorize -mthumb-interwork -mfloat-abi=softfp -mfpu=neon -mtune=cortex-a8 --sysroot=/home/foo/BeagleBone/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/beaglebone -o conftest -O2 -pipe -g -feliminate-unused-debug-types -Wall -W -isystem /usr/include -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lguile -lltdl -lgmp -lcrypt -lm -lltdl >&5 cc1: warning: include location "/usr/include" is unsafe for cross-compilation In file included from /usr/include/libguile.h:24:0, from conftest.c:1: /usr/include/gmp.h:39:21: fatal error: gmp-arm.h: No such file or directory Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-01-24In LICENSE "&&" should be replaced with "&" [forgot .inc files]Andrei Gherzan
In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19swig: fix license checkums, delete old versionsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-17move layer into meta-oe in preparation for future splitsKoen Kooi
As per TSC decision Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>