summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 1c33e6e26c..59f385e513 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() {