summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-14 14:03:11 +0200
committerKhem Raj <raj.khem@gmail.com>2022-09-14 11:25:11 -0700
commit382d985e7cd0121616411d62ef0e369093cdeec8 (patch)
tree29e6a01877b2d626a2e260689932a47651c3c5a3 /meta-oe/recipes-support
parent543ce73b1d71cf061b9b37a17e8b095475fb8515 (diff)
downloadmeta-openembedded-382d985e7cd0121616411d62ef0e369093cdeec8.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/zbar/zbar_git.bb2
1 files changed, 1 insertions, 1 deletions
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 ??= "\
24 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ 24 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
25" 25"
26 26
27PACKAGECONFIG ??= "video python3" 27PACKAGECONFIG ??= "video"
28 28
29inherit autotools pkgconfig gettext \ 29inherit autotools pkgconfig gettext \
30 ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)} \ 30 ${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3native', '', d)} \