mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
609bf2ecf5
commit
991a7130c5
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
|
||||
|
||||
SECTION = "devel"
|
||||
|
||||
DEPENDS = "libpcre python"
|
||||
DEPENDS = "libpcre python3"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
|
||||
|
||||
inherit autotools pythonnative
|
||||
inherit autotools python3native
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-python=${PYTHON} \
|
||||
--with-python3=${PYTHON} \
|
||||
--without-allegrocl \
|
||||
--without-android \
|
||||
--without-boost \
|
||||
@@ -33,7 +33,6 @@ EXTRA_OECONF = " \
|
||||
--without-perl5 \
|
||||
--without-pike \
|
||||
--without-php \
|
||||
--without-python3 \
|
||||
--without-r \
|
||||
--without-ruby \
|
||||
--without-tcl \
|
||||
|
||||
Reference in New Issue
Block a user