mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 00:11:04 +00:00
libauthen-sasl-perl: add libcrypt-urandom-perl to RDEPENDS
Authen::SASL::Perl::DIGEST_MD5 uses Crypt::URandom, which was not installed, so the DIGEST-MD5 mechanism could not be loaded: No SASL mechanism found: DIGEST-MD5 and five ptests failed (digest_md5, negotiations/digest_md5, server/digest_md5, digest_md5_verified and order). meta-perl-image-ptest-libauthen-sasl-perl on qemux86-64 now passes 15 tests with none failing. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -9,7 +9,7 @@ LICENSE = "Artistic-1.0 OR GPL-1.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://lib/Authen/SASL/Perl.pm;beginline=1;endline=3;md5=17123315bbcda19f484c07227594a609"
|
||||
|
||||
DEPENDS = "perl"
|
||||
RDEPENDS:${PN} = "libdigest-hmac-perl"
|
||||
RDEPENDS:${PN} = "libcrypt-urandom-perl libdigest-hmac-perl"
|
||||
|
||||
SRC_URI = "${CPAN_MIRROR}/authors/id/E/EH/EHUELS/Authen-SASL-${PV}.tar.gz \
|
||||
file://run-ptest \
|
||||
|
||||
Reference in New Issue
Block a user