From: Alexander Kanavin Date: Thu, 2 Jun 2016 09:26:00 +0000 (+0300) Subject: libnewt-python: move to Python 3 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70e39d11bffd3fa2bb143ea640e470c9da6748ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libnewt-python: move to Python 3 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb b/meta/recipes-extended/newt/libnewt-python_0.52.18.bb index ba047574f2d..20369effeb4 100644 --- a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb +++ b/meta/recipes-extended/newt/libnewt-python_0.52.18.bb @@ -1,10 +1,10 @@ require recipes-extended/newt/libnewt_${PV}.bb SUMMARY .= " - python" -DEPENDS = "libnewt python" -RDEPENDS_${PN} += "python-core" +DEPENDS = "libnewt python3" +RDEPENDS_${PN} += "python3-core" -inherit pythonnative python-dir +inherit python3native python3-dir EXTRA_OECONF += "--with-python" EXTRA_OEMAKE += "PYTHONVERS=${PYTHON_DIR}"