diff mbox series

[3/8] zbar: disable python3 support as incompatible with py 3.11

Message ID 20220914120316.551377-3-alex@linutronix.de
State Under Review
Headers show
Series [1/8] mozjs-91: update to 91.13.0 | expand

Commit Message

Alexander Kanavin Sept. 14, 2022, 12:03 p.m. UTC
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta-oe/recipes-support/zbar/zbar_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb
index 17084f830..3be1f27a6 100644
--- a/meta-oe/recipes-support/zbar/zbar_git.bb
+++ b/meta-oe/recipes-support/zbar/zbar_git.bb
@@ -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)} \