mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 10:58:51 +00: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:
parent
59b575a98c
commit
cdd4ba6c3e
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user