summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2019-06-02 00:01:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-04 09:09:33 +0100
commitf044a8ceedbb6f1e429bbac19281b8ef8ff1a3be (patch)
tree70b15d8bbc1451f14d804bc32a01508d44f0a605
parentfa51e660345ade5256a1c566ae387914ca1c109b (diff)
downloadopenembedded-core-contrib-f044a8ceedbb6f1e429bbac19281b8ef8ff1a3be.tar.gz
perl-rdepends.txt: fix perl-module-data-dumper dependencies
Data::Dumper depends on bytes Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> 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 08722ad74c..8d3e513ec5 100644
--- a/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt
+++ b/meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt
@@ -242,6 +242,7 @@ RDEPENDS_perl-module-cwd += "perl-module-errno"
RDEPENDS_perl-module-cwd += "perl-module-exporter"
RDEPENDS_perl-module-cwd += "perl-module-strict"
RDEPENDS_perl-module-cwd += "perl-module-xsloader"
+RDEPENDS_perl-module-data-dumper += "perl-module-bytes"
RDEPENDS_perl-module-data-dumper += "perl-module-config"
RDEPENDS_perl-module-data-dumper += "perl-module-constant"
RDEPENDS_perl-module-data-dumper += "perl-module-exporter"