mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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>
This commit is contained in:
parent
9dda6b9608
commit
56058fe5b9
|
|
@ -19,6 +19,7 @@ RDEPENDS_${PN} += "\
|
|||
perl-module-extutils-makemaker \
|
||||
perl-module-mime-base64 \
|
||||
perl-module-socket \
|
||||
perl-module-autoloader \
|
||||
zlib \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user