]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpcre: Add make dependency for ptest
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 May 2019 17:11:14 +0000 (18:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2019 06:24:38 +0000 (07:24 +0100)
The tests are run from a makefile so this dependency is needed.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libpcre/libpcre_8.43.bb

index 08314efb9e40999e7c54f87b444fd82141ca75a0..b97af08b2504e83f0de51f40c8be4a9414670618 100644 (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"