mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
libpcre: Add make dependency for ptest
The tests are run from a makefile so this dependency is needed. (From OE-Core rev: d2361e9bb6caf66cf6d492fc5957c601fd3f9e6d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -72,3 +72,5 @@ do_install_ptest() {
|
||||
# locale so the test fails if fr_FR is UTF-8 locale.
|
||||
sed -i -e 's:do3=yes:do3=no:g' ${D}${PTEST_PATH}/RunTest
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest += "make"
|
||||
|
||||
Reference in New Issue
Block a user