diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:26:00 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:28 +0100 |
commit | 296004a4f5ef755b22221163214e0d1fd26b4b52 (patch) | |
tree | 96dcf24c5ff2cd9a8fb8761e2248797383e0a56a | |
parent | 07892276142e5e19a5decc266b6344782c928b25 (diff) | |
download | poky-296004a4f5ef755b22221163214e0d1fd26b4b52.tar.gz |
libnewt-python: move to Python 3
(From OE-Core rev: 70e39d11bffd3fa2bb143ea640e470c9da6748ba)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/newt/libnewt-python_0.52.18.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 ba047574f2..20369effeb 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 @@ | |||
1 | require recipes-extended/newt/libnewt_${PV}.bb | 1 | require recipes-extended/newt/libnewt_${PV}.bb |
2 | 2 | ||
3 | SUMMARY .= " - python" | 3 | SUMMARY .= " - python" |
4 | DEPENDS = "libnewt python" | 4 | DEPENDS = "libnewt python3" |
5 | RDEPENDS_${PN} += "python-core" | 5 | RDEPENDS_${PN} += "python3-core" |
6 | 6 | ||
7 | inherit pythonnative python-dir | 7 | inherit python3native python3-dir |
8 | 8 | ||
9 | EXTRA_OECONF += "--with-python" | 9 | EXTRA_OECONF += "--with-python" |
10 | EXTRA_OEMAKE += "PYTHONVERS=${PYTHON_DIR}" | 10 | EXTRA_OEMAKE += "PYTHONVERS=${PYTHON_DIR}" |