mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
volume-key: disable python bindings
No longer compatible with python 3.12; there hasn't been a release since 2018: https://pagure.io/volume_key/releases Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
b46ee0ca65
commit
3cca2ec514
@@ -27,7 +27,7 @@ DEPENDS += " \
|
||||
swig-native \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "python3"
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3"
|
||||
|
||||
EXTRA_OECONF = "--without-python"
|
||||
|
||||
Reference in New Issue
Block a user