mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
strace: Drop redundant oe_runmake parameter
PARALLEL_MAKE is now honored in ptest.bbclass, so drop redundant parameter from oe_runmake call. (From OE-Core rev: c314316831ac602a31275c303c36974e8a632ce5) Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ddbd90a37c
commit
ba6160f2e0
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user