diff options
| -rw-r--r-- | meta/recipes-devtools/perl/files/perl-rdepends.txt | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.40.0.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/files/perl-rdepends.txt b/meta/recipes-devtools/perl/files/perl-rdepends.txt index 48e5a9de2f..462456bba0 100644 --- a/meta/recipes-devtools/perl/files/perl-rdepends.txt +++ b/meta/recipes-devtools/perl/files/perl-rdepends.txt | |||
| @@ -1,6 +1,8 @@ | |||
| 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-path += "perl-module-file-spec" | ||
| 3 | RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix" | 4 | RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix" |
| 5 | RDEPENDS:perl-module-file-spec += "perl-module-constant" | ||
| 4 | RDEPENDS:perl-module-scalar-util += "perl-module-list-util" | 6 | RDEPENDS:perl-module-scalar-util += "perl-module-list-util" |
| 5 | RDEPENDS:perl-module-file-temp += "perl-module-scalar-util" | 7 | RDEPENDS:perl-module-file-temp += "perl-module-scalar-util" |
| 6 | RDEPENDS:perl-module-file-temp += "perl-module-file-spec" | 8 | RDEPENDS:perl-module-file-temp += "perl-module-file-spec" |
diff --git a/meta/recipes-devtools/perl/perl_5.40.0.bb b/meta/recipes-devtools/perl/perl_5.40.0.bb index 30f2431f27..0d4338f29f 100644 --- a/meta/recipes-devtools/perl/perl_5.40.0.bb +++ b/meta/recipes-devtools/perl/perl_5.40.0.bb | |||
| @@ -369,7 +369,9 @@ do_create_rdepends_inc() { | |||
| 369 | cat <<'EOPREAMBLE' > ${WORKDIR}/perl-rdepends.inc | 369 | cat <<'EOPREAMBLE' > ${WORKDIR}/perl-rdepends.inc |
| 370 | 370 | ||
| 371 | # Some additional dependencies that the above doesn't manage to figure out | 371 | # Some additional dependencies that the above doesn't manage to figure out |
| 372 | RDEPENDS:${PN}-module-file-path += "${PN}-module-file-spec" | ||
| 372 | RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix" | 373 | RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix" |
| 374 | RDEPENDS:${PN}-module-file-spec += "${PN}-module-constant" | ||
| 373 | RDEPENDS:${PN}-module-scalar-util += "${PN}-module-list-util" | 375 | RDEPENDS:${PN}-module-scalar-util += "${PN}-module-list-util" |
| 374 | RDEPENDS:${PN}-module-file-temp += "${PN}-module-scalar-util" | 376 | RDEPENDS:${PN}-module-file-temp += "${PN}-module-scalar-util" |
| 375 | RDEPENDS:${PN}-module-file-temp += "${PN}-module-file-spec" | 377 | RDEPENDS:${PN}-module-file-temp += "${PN}-module-file-spec" |
