summaryrefslogtreecommitdiffstats
path: root/meta
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:42 +0100
commit0a2382cdca2acaa9df008ff66018bbc3fa00bb05 (patch)
tree99b445d5312ee700fa103fa5931f824d6127c7a5 /meta
parent6bf187a6c0f9974b8fe8d5ae796d8db8004d6c04 (diff)
downloadpoky-0a2382cdca2acaa9df008ff66018bbc3fa00bb05.tar.gz
perl-rdepends.txt: fix perl-module-data-dumper dependencies
Data::Dumper depends on bytes (From OE-Core rev: f044a8ceedbb6f1e429bbac19281b8ef8ff1a3be) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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"
242RDEPENDS_perl-module-cwd += "perl-module-exporter" 242RDEPENDS_perl-module-cwd += "perl-module-exporter"
243RDEPENDS_perl-module-cwd += "perl-module-strict" 243RDEPENDS_perl-module-cwd += "perl-module-strict"
244RDEPENDS_perl-module-cwd += "perl-module-xsloader" 244RDEPENDS_perl-module-cwd += "perl-module-xsloader"
245RDEPENDS_perl-module-data-dumper += "perl-module-bytes"
245RDEPENDS_perl-module-data-dumper += "perl-module-config" 246RDEPENDS_perl-module-data-dumper += "perl-module-config"
246RDEPENDS_perl-module-data-dumper += "perl-module-constant" 247RDEPENDS_perl-module-data-dumper += "perl-module-constant"
247RDEPENDS_perl-module-data-dumper += "perl-module-exporter" 248RDEPENDS_perl-module-data-dumper += "perl-module-exporter"