From: niko.mauno@vaisala.com Date: Wed, 22 Jun 2022 19:16:15 +0000 (+0300) Subject: valgrind: Drop redundant oe_runmake parameter X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3793 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e351aef06acd383bb5a57a6e0b8a23370d22152;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git valgrind: Drop redundant oe_runmake parameter PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant parameter from oe_runmake call. Signed-off-by: Niko Mauno Signed-off-by: Luca Ceresoli --- diff --git a/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb index 6e3234be6b0..69915de5057 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.19.0.bb @@ -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 }