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:
Richard Purdie
2019-05-21 18:11:14 +01:00
parent 59b575a98c
commit cdd4ba6c3e

View File

@@ -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"