From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 2/2] perl: add dependencies for optional modules
Date: Fri, 1 Feb 2019 16:20:50 +0100 [thread overview]
Message-ID: <20190201152050.115214-2-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20190201152050.115214-1-alex.kanavin@gmail.com>
Particularly the LSB test suite was failing due to missing crypt() support.
[YOCTO #13160]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/recipes-devtools/perl-sanity/perl_5.28.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
index dc6689738d5..71653feb538 100644
--- a/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
+++ b/meta/recipes-devtools/perl-sanity/perl_5.28.1.bb
@@ -32,6 +32,8 @@ S = "${WORKDIR}/perl-${PV}"
inherit upstream-version-is-even
+DEPENDS += "db gdbm zlib virtual/crypt"
+
do_unpack_append() {
bb.build.exec_func('do_copy_perlcross', d)
}
--
2.17.1
next prev parent reply other threads:[~2019-02-01 15:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-01 15:20 [PATCH 1/2] perl: update perl-cross to 1.2.2 Alexander Kanavin
2019-02-01 15:20 ` Alexander Kanavin [this message]
2019-02-01 16:11 ` Burton, Ross
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=20190201152050.115214-2-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