mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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>
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
|
||||
# Some additional dependencies that the above doesn't manage to figure out
|
||||
RDEPENDS:perl-module-file-spec += "perl-module-file-spec-unix"
|
||||
RDEPENDS:perl-module-scalar-util += "perl-module-list-util"
|
||||
RDEPENDS:perl-module-file-temp += "perl-module-scalar-util"
|
||||
RDEPENDS:perl-module-file-temp += "perl-module-file-spec"
|
||||
RDEPENDS:perl-module-io-file += "perl-module-symbol"
|
||||
RDEPENDS:perl-module-io-file += "perl-module-carp"
|
||||
RDEPENDS:perl-module-math-bigint += "perl-module-math-bigint-calc"
|
||||
RDEPENDS:perl-module-test-builder += "perl-module-list-util"
|
||||
RDEPENDS:perl-module-test-builder += "perl-module-scalar-util"
|
||||
|
||||
@@ -355,7 +355,11 @@ do_create_rdepends_inc() {
|
||||
|
||||
# Some additional dependencies that the above doesn't manage to figure out
|
||||
RDEPENDS:${PN}-module-file-spec += "${PN}-module-file-spec-unix"
|
||||
RDEPENDS:${PN}-module-scalar-util += "${PN}-module-list-util"
|
||||
RDEPENDS:${PN}-module-file-temp += "${PN}-module-scalar-util"
|
||||
RDEPENDS:${PN}-module-file-temp += "${PN}-module-file-spec"
|
||||
RDEPENDS:${PN}-module-io-file += "${PN}-module-symbol"
|
||||
RDEPENDS:${PN}-module-io-file += "${PN}-module-carp"
|
||||
RDEPENDS:${PN}-module-math-bigint += "${PN}-module-math-bigint-calc"
|
||||
RDEPENDS:${PN}-module-test-builder += "${PN}-module-list-util"
|
||||
RDEPENDS:${PN}-module-test-builder += "${PN}-module-scalar-util"
|
||||
|
||||
Reference in New Issue
Block a user