All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 3/8] zbar: disable python3 support as incompatible with py 3.11
Date: Wed, 14 Sep 2022 14:03:11 +0200	[thread overview]
Message-ID: <20220914120316.551377-3-alex@linutronix.de> (raw)
In-Reply-To: <20220914120316.551377-1-alex@linutronix.de>

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 --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)} \
-- 
2.30.2



  parent reply	other threads:[~2022-09-14 12:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-14 12:03 [PATCH 1/8] mozjs-91: update to 91.13.0 Alexander Kanavin
2022-09-14 12:03 ` [PATCH 2/8] mozjs-91: backport a python 3.11 compatibility patch Alexander Kanavin
2022-09-14 12:03 ` Alexander Kanavin [this message]
2022-09-14 12:03 ` [PATCH 4/8] minifi-cpp: disable python support as incompatible with python 3.11 Alexander Kanavin
2022-09-14 12:03 ` [PATCH 5/8] libsigrockdecode: add python 3.11 compatibility Alexander Kanavin
2022-09-14 12:03 ` [PATCH 6/8] collectd: add a python PACKAGECONFIG, off by default Alexander Kanavin
2022-09-14 12:03 ` [PATCH 7/8] mozjs-78: remove the recipe Alexander Kanavin
2022-09-14 12:03 ` [PATCH 8/8] sip3: " Alexander Kanavin
2022-09-14 15:39   ` [oe] " Khem Raj
2022-09-14 17:00     ` Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220914120316.551377-3-alex@linutronix.de \
    --to=alex.kanavin@gmail.com \
    --cc=alex@linutronix.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.