From: niko.mauno@vaisala.com Date: Thu, 23 Jun 2022 16:43:55 +0000 (+0300) Subject: strace: Drop redundant oe_runmake parameter X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3769 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c314316831ac602a31275c303c36974e8a632ce5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git strace: 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/strace/strace_5.18.bb b/meta/recipes-devtools/strace/strace_5.18.bb index 3164ebca51a..08f0f1d27e5 100644 --- a/meta/recipes-devtools/strace/strace_5.18.bb +++ b/meta/recipes-devtools/strace/strace_5.18.bb @@ -33,7 +33,7 @@ TESTDIR = "tests" PTEST_BUILD_HOST_PATTERN = "^(DEB_CHANGELOGTIME|RPM_CHANGELOGTIME|WARN_CFLAGS_FOR_BUILD|LDFLAGS_FOR_BUILD)" do_compile_ptest() { - oe_runmake ${PARALLEL_MAKE} -C ${TESTDIR} buildtest-TESTS + oe_runmake -C ${TESTDIR} buildtest-TESTS } do_install_ptest() {