summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-01 17:10:55 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-03-01 17:12:18 +0100
commit2eb27e123b7a85453224f2c822d43f8572eec57a (patch)
tree63222701535f821b0f46236b57ce4db6d5f88d97
parentb1919c090a2bfc139ed215c51110adfec29c058b (diff)
downloadmeta-openembedded-2eb27e123b7a85453224f2c822d43f8572eec57a.tar.gz
swig 2.0.0: disable guile support
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>
-rw-r--r--meta-oe/recipes-devtools/swig/swig.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/swig/swig.inc b/meta-oe/recipes-devtools/swig/swig.inc
index 1c33e6e26..59f385e51 100644
--- a/meta-oe/recipes-devtools/swig/swig.inc
+++ b/meta-oe/recipes-devtools/swig/swig.inc
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
6 file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75" 6 file://LICENSE-UNIVERSITIES;md5=e0eaeeef7b2662c0c2d0d3c0b2509f75"
7 7
8SECTION = "devel" 8SECTION = "devel"
9INC_PR = "r0" 9INC_PR = "r1"
10 10
11DEPENDS = "python" 11DEPENDS = "python"
12 12
@@ -14,6 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
14 14
15inherit autotools 15inherit autotools
16 16
17EXTRA_OECONF = " --without-guile "
18
17BBCLASSEXTEND = "native" 19BBCLASSEXTEND = "native"
18 20
19do_configure() { 21do_configure() {