summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-24 13:44:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-26 09:33:32 +0000
commitfe7b07476b244ed0f800f88ef366543408818afe (patch)
treeb34e1f81f5ccacb43899586bdc7e30c4e2f1b9b7
parent116cf79f2b48657ba7030c7a09cab6dd7a7977fb (diff)
downloadpoky-fe7b07476b244ed0f800f88ef366543408818afe.tar.gz
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 <richard.purdie@linuxfoundation.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/perl/files/perl-rdepends.txt4
-rw-r--r--meta/recipes-devtools/perl/perl_5.34.1.bb4
2 files changed, 8 insertions, 0 deletions
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 @@
1 1
2# Some additional dependencies that the above doesn't manage to figure out 2# Some additional dependencies that the above doesn't manage to figure out
3RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix" 3RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix"
4RDEPENDS:perl-module-scalar-util += "perl-module-list-util"
5RDEPENDS:perl-module-file-temp += "perl-module-scalar-util"
6RDEPENDS:perl-module-file-temp += "perl-module-file-spec"
4RDEPENDS:perl-module-io-file += "perl-module-symbol" 7RDEPENDS:perl-module-io-file += "perl-module-symbol"
8RDEPENDS:perl-module-io-file += "perl-module-carp"
5RDEPENDS:perl-module-math-bigint += "perl-module-math-bigint-calc" 9RDEPENDS:perl-module-math-bigint += "perl-module-math-bigint-calc"
6RDEPENDS:perl-module-test-builder += "perl-module-list-util" 10RDEPENDS:perl-module-test-builder += "perl-module-list-util"
7RDEPENDS:perl-module-test-builder += "perl-module-scalar-util" 11RDEPENDS:perl-module-test-builder += "perl-module-scalar-util"
diff --git a/meta/recipes-devtools/perl/perl_5.34.1.bb b/meta/recipes-devtools/perl/perl_5.34.1.bb
index 608a42189b..0e9d0c032e 100644
--- a/meta/recipes-devtools/perl/perl_5.34.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.34.1.bb
@@ -355,7 +355,11 @@ do_create_rdepends_inc() {
355 355
356# Some additional dependencies that the above doesn't manage to figure out 356# Some additional dependencies that the above doesn't manage to figure out
357RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix" 357RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix"
358RDEPENDS:${PN}-module-scalar-util += "${PN}-module-list-util"
359RDEPENDS:${PN}-module-file-temp += "${PN}-module-scalar-util"
360RDEPENDS:${PN}-module-file-temp += "${PN}-module-file-spec"
358RDEPENDS:${PN}-module-io-file += "${PN}-module-symbol" 361RDEPENDS:${PN}-module-io-file += "${PN}-module-symbol"
362RDEPENDS:${PN}-module-io-file += "${PN}-module-carp"
359RDEPENDS:${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" 363RDEPENDS:${PN}-module-math-bigint += "${PN}-module-math-bigint-calc"
360RDEPENDS:${PN}-module-test-builder += "${PN}-module-list-util" 364RDEPENDS:${PN}-module-test-builder += "${PN}-module-list-util"
361RDEPENDS:${PN}-module-test-builder += "${PN}-module-scalar-util" 365RDEPENDS:${PN}-module-test-builder += "${PN}-module-scalar-util"