summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-03-24 17:20:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-27 11:19:04 +0000
commit358ada6aaf1cd2641027631981c9313b24a1a9e3 (patch)
tree43bf5601b2332c005a9b37f9b9e9aad50a199e63
parent514ebd430326ee20b27464aff17024745bda093e (diff)
downloadpoky-358ada6aaf1cd2641027631981c9313b24a1a9e3.tar.gz
perl: add more module RDEPENDS that don't get detected
These dependencies are in the source but the dependency generator does not see them. (From OE-Core rev: 0099694d561dd7cde4a60d6e1410f92f070cdd1e) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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"