From fe7b07476b244ed0f800f88ef366543408818afe Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 24 Mar 2022 13:44:14 +0000 Subject: perl: Add missing RDEPENDS This allows quilt-ptest to work in an otherwise bare image. Without this there are broken modules. (From OE-Core rev: 0e359ba5134d8071c590936e0348e5bf97919845) Signed-off-by: Richard Purdie Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/files/perl-rdepends.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-devtools/perl/files') diff --git a/meta/recipes-devtools/perl/files/perl-rdepends.txt b/meta/recipes-devtools/perl/files/perl-rdepends.txt index 3415f32ab1..74c24c3bb5 100644 --- a/meta/recipes-devtools/perl/files/perl-rdepends.txt +++ b/meta/recipes-devtools/perl/files/perl-rdepends.txt @@ -1,7 +1,11 @@ # Some additional dependencies that the above doesn't manage to figure out RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix" +RDEPENDS:perl-module-scalar-util += "perl-module-list-util" +RDEPENDS:perl-module-file-temp += "perl-module-scalar-util" +RDEPENDS:perl-module-file-temp += "perl-module-file-spec" RDEPENDS:perl-module-io-file += "perl-module-symbol" +RDEPENDS:perl-module-io-file += "perl-module-carp" RDEPENDS:perl-module-math-bigint += "perl-module-math-bigint-calc" RDEPENDS:perl-module-test-builder += "perl-module-list-util" RDEPENDS:perl-module-test-builder += "perl-module-scalar-util" -- cgit v1.2.3-54-g00ecf