diff options
author | Denys Dmytriyenko <denis@denix.org> | 2021-08-03 21:28:04 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-04 20:45:41 +0100 |
commit | fdf57744b49501301163e9ac87045ad504e2c4f1 (patch) | |
tree | 1799748b0a0e8e96d908acf86a7e08192c6c8bea /meta/recipes-kernel | |
parent | 4875b8989ba89ad14b7d4a27aae9f73e708f2fa6 (diff) | |
download | poky-fdf57744b49501301163e9ac87045ad504e2c4f1.tar.gz |
meta: convert nested overrides leftovers to new syntax
Those were missed in previous rounds of automated and manual conversion.
(From OE-Core rev: 22f9c7268b542baf6cd8aa0e34c8fb7aa1579e08)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 8ebd7d7cb5..f473272096 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -110,7 +110,7 @@ EXTRA_OEMAKE += "\ | |||
110 | # that it has to be done this way rather than by passing -j1, since | 110 | # that it has to be done this way rather than by passing -j1, since |
111 | # perf's build system by default ignores any -j argument, but does | 111 | # perf's build system by default ignores any -j argument, but does |
112 | # honour a JOBS variable. | 112 | # honour a JOBS variable. |
113 | EXTRA_OEMAKE:append_task-configure = " JOBS=1" | 113 | EXTRA_OEMAKE:append:task-configure = " JOBS=1" |
114 | 114 | ||
115 | PERF_SRC ?= "Makefile \ | 115 | PERF_SRC ?= "Makefile \ |
116 | tools/arch \ | 116 | tools/arch \ |