diff options
| -rw-r--r-- | meta/recipes-devtools/perl/files/perl-rdepends.txt | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.34.1.bb | 4 |
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 |
| 3 | RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix" | 3 | RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix" |
| 4 | RDEPENDS:perl-module-scalar-util += "perl-module-list-util" | ||
| 5 | RDEPENDS:perl-module-file-temp += "perl-module-scalar-util" | ||
| 6 | RDEPENDS:perl-module-file-temp += "perl-module-file-spec" | ||
| 4 | RDEPENDS:perl-module-io-file += "perl-module-symbol" | 7 | RDEPENDS:perl-module-io-file += "perl-module-symbol" |
| 8 | RDEPENDS:perl-module-io-file += "perl-module-carp" | ||
| 5 | RDEPENDS:perl-module-math-bigint += "perl-module-math-bigint-calc" | 9 | RDEPENDS:perl-module-math-bigint += "perl-module-math-bigint-calc" |
| 6 | RDEPENDS:perl-module-test-builder += "perl-module-list-util" | 10 | RDEPENDS:perl-module-test-builder += "perl-module-list-util" |
| 7 | RDEPENDS:perl-module-test-builder += "perl-module-scalar-util" | 11 | RDEPENDS: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 |
| 357 | RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix" | 357 | RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix" |
| 358 | RDEPENDS:${PN}-module-scalar-util += "${PN}-module-list-util" | ||
| 359 | RDEPENDS:${PN}-module-file-temp += "${PN}-module-scalar-util" | ||
| 360 | RDEPENDS:${PN}-module-file-temp += "${PN}-module-file-spec" | ||
| 358 | RDEPENDS:${PN}-module-io-file += "${PN}-module-symbol" | 361 | RDEPENDS:${PN}-module-io-file += "${PN}-module-symbol" |
| 362 | RDEPENDS:${PN}-module-io-file += "${PN}-module-carp" | ||
| 359 | RDEPENDS:${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" | 363 | RDEPENDS:${PN}-module-math-bigint += "${PN}-module-math-bigint-calc" |
| 360 | RDEPENDS:${PN}-module-test-builder += "${PN}-module-list-util" | 364 | RDEPENDS:${PN}-module-test-builder += "${PN}-module-list-util" |
| 361 | RDEPENDS:${PN}-module-test-builder += "${PN}-module-scalar-util" | 365 | RDEPENDS:${PN}-module-test-builder += "${PN}-module-scalar-util" |
