diff options
Diffstat (limited to 'meta')
-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}" |