From 382d985e7cd0121616411d62ef0e369093cdeec8 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 14 Sep 2022 14:03:11 +0200 Subject: [PATCH] zbar: disable python3 support as incompatible with py 3.11 Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-oe/recipes-support/zbar/zbar_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/zbar/zbar_git.bb b/meta-oe/recipes-support/zbar/zbar_git.bb index 17084f830e..3be1f27a6f 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)} \