mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
zbar: disable python3 support as incompatible with py 3.11
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
543ce73b1d
commit
382d985e7c
|
|
@ -24,7 +24,7 @@ PACKAGECONFIG ??= "\
|
|||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "video python3"
|
||||
PACKAGECONFIG ??= "video"
|
||||
|
||||
inherit autotools pkgconfig gettext \
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user