mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
openssl: Add missing bash/python rdepends for ptest
ERROR: openssl-1.1.0f-r0 do_package_qa: QA Issue: /usr/lib/openssl/ptest/fuzz/helper.py contained in package openssl-ptest requires /usr/bin/python, but no providers found in RDEPENDS_openssl-ptest? [file-rdeps] ERROR: openssl-1.1.0f-r0 do_package_qa: QA Issue: /usr/lib/openssl/ptest/test/certs/mkcert.sh contained in package openssl-ptest requires /bin/bash, but no providers found in RDEPENDS_openssl-ptest? [file-rdeps] (From OE-Core rev: 7e70d0673df20669edd18b79ae065d8c2f655b8a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -146,7 +146,7 @@ do_install_ptest() {
|
|||||||
sed -i 's/$target{shared_extension_simple}/".so.ptest"/' ${D}${PTEST_PATH}/test/recipes/90-test_shlibload.t
|
sed -i 's/$target{shared_extension_simple}/".so.ptest"/' ${D}${PTEST_PATH}/test/recipes/90-test_shlibload.t
|
||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions"
|
RDEPENDS_${PN}-ptest += "perl-module-file-spec-functions bash python"
|
||||||
|
|
||||||
FILES_${PN} =+ " ${libdir}/ssl-1.1/*"
|
FILES_${PN} =+ " ${libdir}/ssl-1.1/*"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user