From: Khem Raj <raj.khem@gmail.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>,
openembedded-devel@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: Re: [oe] [PATCH 13/24] ldns: blacklist due to openssl 3.x incompatibility
Date: Mon, 11 Oct 2021 13:35:28 -0700 [thread overview]
Message-ID: <33975ace-9fe2-d0e6-266d-6e091cfd484b@gmail.com> (raw)
In-Reply-To: <20211011184140.653609-13-alex@linutronix.de>
On 10/11/21 11:41 AM, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
> meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb b/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb
> index 2ce669154..858614cee 100644
> --- a/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb
> +++ b/meta-oe/recipes-devtools/ldns/ldns_1.7.1.bb
> @@ -8,6 +8,7 @@ SRC_URI[md5sum] = "166262a46995d9972aba417fd091acd5"
> SRC_URI[sha256sum] = "8ac84c16bdca60e710eea75782356f3ac3b55680d40e1530d7cea474ac208229"
>
> DEPENDS = "openssl"
> +PNBLACKLIST[ldns] ?= "Needs porting to openssl 3.x"
>
this also needs to be disabled in
meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb as well.
> inherit autotools-brokensep
>
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#93227): https://lists.openembedded.org/g/openembedded-devel/message/93227
> Mute This Topic: https://lists.openembedded.org/mt/86244763/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2021-10-11 20:35 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-11 18:41 [PATCH 01/24] lua: remove recipe as it is now in oe-core Alexander Kanavin
2021-10-11 18:41 ` [PATCH 03/24] kronosnet: update 1.20 -> 1.22 Alexander Kanavin
2021-10-11 18:41 ` [PATCH 04/24] python3-yappi: add python 3.10 fix Alexander Kanavin
2021-10-11 18:41 ` [PATCH 05/24] python3-gmpy2: update 2.0.8 -> 2.1.0rc1 Alexander Kanavin
2021-10-11 18:41 ` [PATCH 07/24] polkit: update 0.116 -> 0.119 Alexander Kanavin
2021-10-11 18:41 ` [PATCH 08/24] netplan: do not use -Werror Alexander Kanavin
2021-10-11 20:32 ` [oe] " Khem Raj
2021-10-11 22:00 ` Alexander Kanavin
2021-10-12 0:03 ` Khem Raj
2021-10-12 11:34 ` Alexander Kanavin
[not found] ` <16AD18E7A1A76060.20343@lists.openembedded.org>
2021-10-11 22:02 ` Alexander Kanavin
2021-10-11 18:41 ` [PATCH 09/24] openflow: disable openssl PACKAGECONFIG Alexander Kanavin
2021-10-11 18:41 ` [PATCH 10/24] openipmi: add a python 3.10 compatibility patch Alexander Kanavin
2021-10-11 18:41 ` [PATCH 11/24] strongswan: disable openssl PACKAGECONFIG Alexander Kanavin
2021-10-11 18:41 ` [PATCH 12/24] pkcs11-helper: backport a openssl 3.x patch Alexander Kanavin
2021-10-11 18:41 ` [PATCH 13/24] ldns: blacklist due to openssl 3.x incompatibility Alexander Kanavin
2021-10-11 20:35 ` Khem Raj [this message]
2021-10-11 18:41 ` [PATCH 14/24] nodejs: use -fpermissive Alexander Kanavin
2021-10-14 19:13 ` [oe] " Martin Jansa
2021-10-11 18:41 ` [PATCH 15/24] nodejs: add a python 3.10 compatibility patch Alexander Kanavin
2021-10-11 18:41 ` [PATCH 16/24] php: disable openssl PACKAGECONFIG Alexander Kanavin
2021-10-11 18:41 ` [PATCH 17/24] boinc-client: blacklist due to openssl 3.x incompatibility Alexander Kanavin
2021-10-11 20:36 ` [oe] " Khem Raj
2021-10-11 18:41 ` [PATCH 18/24] cfengine: " Alexander Kanavin
2021-10-11 20:37 ` [oe] " Khem Raj
2021-10-11 18:41 ` [PATCH 19/24] libsigrokdecode: add a python 3.10 compatibility patch Alexander Kanavin
2021-10-11 18:41 ` [PATCH 20/24] surf: add a webkit 2.34 " Alexander Kanavin
2021-10-11 18:41 ` [PATCH 21/24] freerdp: backport openssl 3.x patches Alexander Kanavin
2021-10-11 18:41 ` [PATCH 22/24] opensc: do not use -Werror Alexander Kanavin
2021-10-11 18:41 ` [PATCH 23/24] luaposix: update 33.4.0 -> 35.1 Alexander Kanavin
2021-10-20 16:47 ` [oe] " Martin Jansa
2021-10-20 17:14 ` Alexander Kanavin
2021-10-20 17:27 ` Martin Jansa
2021-10-20 17:37 ` Khem Raj
2021-10-20 17:39 ` Alexander Kanavin
2021-10-20 17:30 ` Khem Raj
2021-10-20 17:34 ` Alexander Kanavin
2021-10-11 18:41 ` [PATCH 24/24] python3-m2crypto: address build failure with openssl 3.x Alexander Kanavin
[not found] ` <20211011184140.653609-6-alex@linutronix.de>
2021-10-12 9:20 ` [PATCH 06/24] mozjs: update 60.9.0 -> 91.1.0 Andreas Müller
2021-10-25 17:53 ` Khem Raj
2021-10-25 19:54 ` Alexander Kanavin
2021-10-25 20:25 ` Khem Raj
2021-10-26 5:37 ` Andreas Müller
2021-10-26 7:43 ` Alexander Kanavin
2021-10-27 16:55 ` Andreas Müller
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=33975ace-9fe2-d0e6-266d-6e091cfd484b@gmail.com \
--to=raj.khem@gmail.com \
--cc=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.