mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
curl: Add missing perl modules in ptest rdepends
These modules outside of perl-modules are necessary to run curl-ptests (From OE-Core rev: e885875f2af9cee0e7557ee130d3180492e507dd) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -100,7 +100,8 @@ do_install_ptest() {
|
||||
cp -rf ${D}${bindir}/curl-config ${D}${PTEST_PATH}
|
||||
}
|
||||
|
||||
RDEPENDS:${PN}-ptest += "bash perl-modules"
|
||||
RDEPENDS:${PN}-ptest += "bash perl-modules perl-module-time-hires perl-module-digest-md5 \
|
||||
perl-module-digest perl-module-ipc-open2"
|
||||
|
||||
PACKAGES =+ "lib${BPN}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user