summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt/libnewt-python_0.52.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/newt/libnewt-python_0.52.18.bb')
-rw-r--r--meta/recipes-extended/newt/libnewt-python_0.52.18.bb6
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 @@
1require recipes-extended/newt/libnewt_${PV}.bb 1require recipes-extended/newt/libnewt_${PV}.bb
2 2
3SUMMARY .= " - python" 3SUMMARY .= " - python"
4DEPENDS = "libnewt python" 4DEPENDS = "libnewt python3"
5RDEPENDS_${PN} += "python-core" 5RDEPENDS_${PN} += "python3-core"
6 6
7inherit pythonnative python-dir 7inherit python3native python3-dir
8 8
9EXTRA_OECONF += "--with-python" 9EXTRA_OECONF += "--with-python"
10EXTRA_OEMAKE += "PYTHONVERS=${PYTHON_DIR}" 10EXTRA_OEMAKE += "PYTHONVERS=${PYTHON_DIR}"