[oe-commits] [meta-openembedded] 08/16: volume-key: not create python2 bindings

git at git.openembedded.org git at git.openembedded.org
Tue Dec 31 08:08:34 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 01d8bdcf723c1a5cc8df6a9203e975c4d8f60641
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Mon Dec 30 18:14:32 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/volume_key/volume-key_0.3.12.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 3103748..e036f71 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 += " \
 "
 
 PACKAGECONFIG ??= "python3"
-PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
 PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3"
 
+EXTRA_OECONF = "--without-python"
+
 RDEPENDS_python3-${BPN} += "${PN}"
 
 PACKAGES += "python3-${BPN}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list