Skip to content

Commit 0099694

Browse files
rossburtonrpurdie
authored andcommitted
perl: add more module RDEPENDS that don't get detected
These dependencies are in the source but the dependency generator does not see them. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 parent 16c54ec commit 0099694

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

meta/recipes-devtools/perl/files/perl-rdepends.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# Some additional dependencies that the above doesn't manage to figure out
3+
RDEPENDS:perl-module-file-path += "perl-module-file-spec"
34
RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix"
5+
RDEPENDS:perl-module-file-spec += "perl-module-constant"
46
RDEPENDS:perl-module-scalar-util += "perl-module-list-util"
57
RDEPENDS:perl-module-file-temp += "perl-module-scalar-util"
68
RDEPENDS:perl-module-file-temp += "perl-module-file-spec"

meta/recipes-devtools/perl/perl_5.40.0.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,9 @@ do_create_rdepends_inc() {
369369
cat <<'EOPREAMBLE' > ${WORKDIR}/perl-rdepends.inc
370370

371371
# Some additional dependencies that the above doesn't manage to figure out
372+
RDEPENDS:${PN}-module-file-path += "${PN}-module-file-spec"
372373
RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix"
374+
RDEPENDS:${PN}-module-file-spec += "${PN}-module-constant"
373375
RDEPENDS:${PN}-module-scalar-util += "${PN}-module-list-util"
374376
RDEPENDS:${PN}-module-file-temp += "${PN}-module-scalar-util"
375377
RDEPENDS:${PN}-module-file-temp += "${PN}-module-file-spec"

0 commit comments

Comments
 (0)