mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
0144d06c21
commit
01d8bdcf72
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user