summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/perl/files/perl-rdepends.txt2
-rw-r--r--meta/recipes-devtools/perl/perl_5.40.0.bb2
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
3RDEPENDS:perl-module-file-path += "perl-module-file-spec"
3RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix" 4RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix"
5RDEPENDS:perl-module-file-spec += "perl-module-constant"
4RDEPENDS:perl-module-scalar-util += "perl-module-list-util" 6RDEPENDS:perl-module-scalar-util += "perl-module-list-util"
5RDEPENDS:perl-module-file-temp += "perl-module-scalar-util" 7RDEPENDS:perl-module-file-temp += "perl-module-scalar-util"
6RDEPENDS:perl-module-file-temp += "perl-module-file-spec" 8RDEPENDS: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
372RDEPENDS:${PN}-module-file-path += "${PN}-module-file-spec"
372RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix" 373RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix"
374RDEPENDS:${PN}-module-file-spec += "${PN}-module-constant"
373RDEPENDS:${PN}-module-scalar-util += "${PN}-module-list-util" 375RDEPENDS:${PN}-module-scalar-util += "${PN}-module-list-util"
374RDEPENDS:${PN}-module-file-temp += "${PN}-module-scalar-util" 376RDEPENDS:${PN}-module-file-temp += "${PN}-module-scalar-util"
375RDEPENDS:${PN}-module-file-temp += "${PN}-module-file-spec" 377RDEPENDS:${PN}-module-file-temp += "${PN}-module-file-spec"