From: Awais Belal <[email protected]> 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 <[email protected]> Signed-off-by: Khem Raj <[email protected]> (cherry picked from commit 56058fe5b9cb77033f095e8f78838eb466a506ad) Signed-off-by: Armin Kuster <[email protected]> --- meta-perl/recipes-perl/libnet/libnet-ssleay-perl_1.85.bb | 1 + 1 file changed, 1 insertion(+) 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 50ab5af3add..93a0687b2a3 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 \ " -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#90674): https://lists.openembedded.org/g/openembedded-devel/message/90674 Mute This Topic: https://lists.openembedded.org/mt/81947024/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
