summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-12-30 18:14:32 +0800
committerKhem Raj <raj.khem@gmail.com>2019-12-30 16:57:14 -0800
commit01d8bdcf723c1a5cc8df6a9203e975c4d8f60641 (patch)
treea60efd99390d9f2062e7715f5bb2c12842cce827 /meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
parent0144d06c219dee8679af0b6fe4e48adfb4b96204 (diff)
downloadmeta-openembedded-01d8bdcf723c1a5cc8df6a9203e975c4d8f60641.tar.gz
volume-key: not create python2 bindings
If create python2 bindings for volume-key, it requires to inherit pythonnative which conflict with python3native.bbclass. And python2 reachs EOL, so remove package config 'python' and not create python2 bindings for volume-key. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb')
-rw-r--r--meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
index 3103748e4..e036f714b 100644
--- a/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
+++ b/meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb
@@ -28,9 +28,10 @@ DEPENDS += " \
28" 28"
29 29
30PACKAGECONFIG ??= "python3" 30PACKAGECONFIG ??= "python3"
31PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
32PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3" 31PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3"
33 32
33EXTRA_OECONF = "--without-python"
34
34RDEPENDS_python3-${BPN} += "${PN}" 35RDEPENDS_python3-${BPN} += "${PN}"
35 36
36PACKAGES += "python3-${BPN}" 37PACKAGES += "python3-${BPN}"