1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Tim Orling
2019-06-02 00:01:01 -07:00
committed by Richard Purdie
parent 6bf187a6c0
commit 0a2382cdca
@@ -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"