From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH] linux-custom: depend on libssl3 by default
Date: Mon, 29 Aug 2022 18:02:53 +0300 [thread overview]
Message-ID: <20220829150253.31778-1-amikan@ilbers.de> (raw)
Debian Bookworm was also switched from libssl1.1 to libssl3 just like
newer distro versions. Switch custom kernel modules to use libssl3 by
default and left libssl1.1 dependency only for distros not yet
migrated.
This will fix example-module-mainline build for Bookworm targets.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta/recipes-kernel/linux/linux-custom.inc | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/linux/linux-custom.inc b/meta/recipes-kernel/linux/linux-custom.inc
index 55bf041..8581dc8 100644
--- a/meta/recipes-kernel/linux/linux-custom.inc
+++ b/meta/recipes-kernel/linux/linux-custom.inc
@@ -29,9 +29,10 @@ KERNEL_DEBIAN_DEPENDS ?= "initramfs-tools | linux-initramfs-tool, \
kmod, \
linux-base (>= 4.3~),"
-LIBSSL_DEP = "libssl1.1"
-LIBSSL_DEP_debian-sid = "libssl3"
-LIBSSL_DEP_debian-sid-ports = "libssl3"
+LIBSSL_DEP = "libssl3"
+LIBSSL_DEP_debian-stretch = "libssl1.1"
+LIBSSL_DEP_debian-buster = "libssl1.1"
+LIBSSL_DEP_debian-bullseye = "libssl1.1"
KERNEL_HEADERS_DEBIAN_DEPENDS ?= "libc6, \
${LIBSSL_DEP},"
--
2.30.2
next reply other threads:[~2022-08-29 15:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-29 15:02 Anton Mikanovich [this message]
2022-09-05 7:40 ` Anton Mikanovich
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=20220829150253.31778-1-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox