diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-24 13:44:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-26 09:33:32 +0000 |
| commit | fe7b07476b244ed0f800f88ef366543408818afe (patch) | |
| tree | b34e1f81f5ccacb43899586bdc7e30c4e2f1b9b7 /meta/recipes-devtools/perl/files | |
| parent | 116cf79f2b48657ba7030c7a09cab6dd7a7977fb (diff) | |
| download | poky-fe7b07476b244ed0f800f88ef366543408818afe.tar.gz | |
perl: Add missing RDEPENDS
This allows quilt-ptest to work in an otherwise bare image. Without
this there are broken modules.
(From OE-Core rev: 0e359ba5134d8071c590936e0348e5bf97919845)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/files')
| -rw-r--r-- | meta/recipes-devtools/perl/files/perl-rdepends.txt | 4 |
1 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 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" |
