aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorAwais Belal <Awais_Belal@mentor.com>2021-03-30 13:13:27 +0500
committerKhem Raj <raj.khem@gmail.com>2021-04-01 08:32:47 -0700
commit56058fe5b9cb77033f095e8f78838eb466a506ad (patch)
tree380ccb55451559ad515909648ebd5af9ece6dc34 /meta-perl
parent9dda6b9608f3d8a06806b595a909d44bc00c377b (diff)
downloadmeta-openembedded-contrib-56058fe5b9cb77033f095e8f78838eb466a506ad.tar.gz
libnet-ssleay-perl: add rdep on perl-module-autoloader
Without the autoloader module, doing a Net::SSLeay fails. The Net::SSLeay package also does an use AutoLoader; Ref: https://github.com/rurban/Net-SSLeay/blob/master/lib/Net/SSLeay.pm#L26 so this is evident. Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
index 50ab5af3ad..93a0687b2a 100644
--- a/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb
@@ -19,6 +19,7 @@ RDEPENDS_${PN} += "\
perl-module-extutils-makemaker \
perl-module-mime-base64 \
perl-module-socket \
+ perl-module-autoloader \
zlib \
"