From: Richard Purdie Date: Sat, 1 Jun 2019 10:18:10 +0000 (+0100) Subject: perl: Add missing perl module dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba2dff81186c194c5f4b7361f2f9678068d93769;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl: Add missing perl module dependency This fixes runtime errors when using the module (as used by various other perl module ptests). Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt b/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt index 5bf8c1d08a9..08722ad74c3 100644 --- a/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt +++ b/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt @@ -2657,6 +2657,7 @@ RDEPENDS_perl-module-encode += "perl-module-constant" RDEPENDS_perl-module-encode += "perl-module-encode-alias" RDEPENDS_perl-module-encode += "perl-module-encode-config" RDEPENDS_perl-module-encode += "perl-module-encode-configlocal-pm" +RDEPENDS_perl-module-encode += "perl-module-encode-encoding" RDEPENDS_perl-module-encode += "perl-module-encode-mime-name" RDEPENDS_perl-module-encode += "perl-module-exporter" RDEPENDS_perl-module-encode += "perl-module-parent"