diff options
| author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-02 00:01:01 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-04 09:09:42 +0100 |
| commit | 0a2382cdca2acaa9df008ff66018bbc3fa00bb05 (patch) | |
| tree | 99b445d5312ee700fa103fa5931f824d6127c7a5 /meta/recipes-devtools/perl-sanity | |
| parent | 6bf187a6c0f9974b8fe8d5ae796d8db8004d6c04 (diff) | |
| download | poky-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/recipes-devtools/perl-sanity')
| -rw-r--r-- | meta/recipes-devtools/perl-sanity/files/perl-rdepends.txt | 1 |
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" | |||
| 242 | RDEPENDS_perl-module-cwd += "perl-module-exporter" | 242 | RDEPENDS_perl-module-cwd += "perl-module-exporter" |
| 243 | RDEPENDS_perl-module-cwd += "perl-module-strict" | 243 | RDEPENDS_perl-module-cwd += "perl-module-strict" |
| 244 | RDEPENDS_perl-module-cwd += "perl-module-xsloader" | 244 | RDEPENDS_perl-module-cwd += "perl-module-xsloader" |
| 245 | RDEPENDS_perl-module-data-dumper += "perl-module-bytes" | ||
| 245 | RDEPENDS_perl-module-data-dumper += "perl-module-config" | 246 | RDEPENDS_perl-module-data-dumper += "perl-module-config" |
| 246 | RDEPENDS_perl-module-data-dumper += "perl-module-constant" | 247 | RDEPENDS_perl-module-data-dumper += "perl-module-constant" |
| 247 | RDEPENDS_perl-module-data-dumper += "perl-module-exporter" | 248 | RDEPENDS_perl-module-data-dumper += "perl-module-exporter" |
