summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-01 11:18:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-01 21:43:25 +0100
commitba2dff81186c194c5f4b7361f2f9678068d93769 (patch)
tree8213de1f0de91d447960795c5de6853b7a87a51c
parent0e1539bfa0e07a9d8d8a670ce4add221d1955feb (diff)
downloadopenembedded-core-contrib-ba2dff81186c194c5f4b7361f2f9678068d93769.tar.gz
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 <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt b/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt
index 5bf8c1d08a..08722ad74c 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"