]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
valgrind: Drop redundant oe_runmake parameter
authorniko.mauno@vaisala.com <niko.mauno@vaisala.com>
Wed, 22 Jun 2022 19:16:15 +0000 (22:16 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Jun 2022 23:00:24 +0000 (00:00 +0100)
PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant
parameter from oe_runmake call.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-devtools/valgrind/valgrind_3.19.0.bb

index 6e3234be6b00e016c2ffc0251ff4befed4c8fd85..69915de5057fe0cd7da5805c66d50404091ee850 100644 (file)
@@ -141,7 +141,7 @@ SKIP_FILEDEPS:${PN}-ptest = '1'
 INSANE_SKIP:${PN}-ptest = "debug-deps"
 
 do_compile_ptest() {
-    oe_runmake ${PARALLEL_MAKE} check
+    oe_runmake check
 }