diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:25:55 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:27 +0100 |
| commit | 991a7130c59d559d332cb45a0ec34d0818237cc4 (patch) | |
| tree | 339da6df6d0cb84d5b874642c0b17dd5d8bf71e5 | |
| parent | 609bf2ecf500404899cfe370ffa5ee4110eb2423 (diff) | |
| download | poky-991a7130c59d559d332cb45a0ec34d0818237cc4.tar.gz | |
swig: move to Python 3
(From OE-Core rev: aa77072c9587ca89ffd64162b43ca0f61f0c2d52)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/swig/swig.inc | 7 |
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 | ||
| 8 | SECTION = "devel" | 8 | SECTION = "devel" |
| 9 | 9 | ||
| 10 | DEPENDS = "libpcre python" | 10 | DEPENDS = "libpcre python3" |
| 11 | 11 | ||
| 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" |
| 13 | 13 | ||
| 14 | inherit autotools pythonnative | 14 | inherit autotools python3native |
| 15 | 15 | ||
| 16 | EXTRA_OECONF = " \ | 16 | EXTRA_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 \ |
