summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/swig/swig.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/swig/swig.inc')
-rw-r--r--meta/recipes-devtools/swig/swig.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/swig/swig.inc b/meta/recipes-devtools/swig/swig.inc
index 9da40df55e..704bb27b92 100644
--- a/meta/recipes-devtools/swig/swig.inc
+++ b/meta/recipes-devtools/swig/swig.inc
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
7 7
8SECTION = "devel" 8SECTION = "devel"
9 9
10DEPENDS = "libpcre python" 10DEPENDS = "libpcre python3"
11 11
12SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" 12SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
13 13
14inherit autotools pythonnative 14inherit autotools python3native
15 15
16EXTRA_OECONF = " \ 16EXTRA_OECONF = " \
17 --with-python=${PYTHON} \ 17 --with-python3=${PYTHON} \
18 --without-allegrocl \ 18 --without-allegrocl \
19 --without-android \ 19 --without-android \
20 --without-boost \ 20 --without-boost \
@@ -33,7 +33,6 @@ EXTRA_OECONF = " \
33 --without-perl5 \ 33 --without-perl5 \
34 --without-pike \ 34 --without-pike \
35 --without-php \ 35 --without-php \
36 --without-python3 \
37 --without-r \ 36 --without-r \
38 --without-ruby \ 37 --without-ruby \
39 --without-tcl \ 38 --without-tcl \