From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [RFC PATCH 6/7] perl: do not build berkeley db module by default
Date: Mon, 30 Aug 2021 20:47:59 +0200 [thread overview]
Message-ID: <20210830184800.954770-6-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20210830184800.954770-1-alex.kanavin@gmail.com>
Bdb is unmaintained and altogether obsolete, the less dependencies
we have on it, the better.
This leaves only apt (specifically, apt-ftparchive) in core as a bdb consumer,
sadly it has a hard dependency that isn't easy to patch out. Maybe apt
upstream will get to it at some point.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/perl/perl_5.34.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/perl/perl_5.34.0.bb b/meta/recipes-devtools/perl/perl_5.34.0.bb
index ab19a8d0be..a12a0be2f2 100644
--- a/meta/recipes-devtools/perl/perl_5.34.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.34.0.bb
@@ -35,7 +35,7 @@ DEPENDS += "perlcross-native zlib virtual/crypt"
PERL_LIB_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}.0"
-PACKAGECONFIG ??= "bdb gdbm"
+PACKAGECONFIG ??= "gdbm"
PACKAGECONFIG[bdb] = ",-Ui_db,db"
PACKAGECONFIG[gdbm] = ",-Ui_gdbm,gdbm"
--
2.31.1
next prev parent reply other threads:[~2021-08-30 18:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-30 18:47 [RFC PATCH 1/7] lua: add a recipe from meta-oe Alexander Kanavin
2021-08-30 18:47 ` [RFC PATCH 2/7] lua: update 5.3.6 -> 5.4.3 Alexander Kanavin
2021-08-30 18:47 ` [RFC PATCH 3/7] rpm: update 4.16.1.3 -> 4.17.0 Alexander Kanavin
2021-08-30 18:47 ` [RFC PATCH 4/7] libdnf: fix the rpm sqlite-only target setup Alexander Kanavin
2021-08-30 18:47 ` [RFC PATCH 5/7] libsolv: disable rpm bdb format support Alexander Kanavin
2021-08-30 18:47 ` Alexander Kanavin [this message]
2021-08-30 18:48 ` [RFC PATCH 7/7] package_rpm: use zstd instead of xz Alexander Kanavin
2021-09-08 11:31 ` [OE-core] " Alexandre Belloni
2021-09-08 12:05 ` Alexander Kanavin
2021-09-08 12:54 ` Alexandre Belloni
2021-09-08 14:02 ` Alexander Kanavin
2021-09-08 14:37 ` Alexandre Belloni
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=20210830184800.954770-6-alex.kanavin@gmail.com \
--to=alex.kanavin@gmail.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox