summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2022-06-07 19:18:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-08 21:52:12 +0100
commit08fc2a20aaad6773fc149655515f21c62d6e48a5 (patch)
tree1d05498d87628281d5303aa50ec8b7385e355db3 /meta/recipes-kernel/lttng
parent7b2e36d457aa09c862d7c65f1db28c121f7f69d9 (diff)
downloadpoky-08fc2a20aaad6773fc149655515f21c62d6e48a5.tar.gz
lttng-modules: fix shell syntax
* add missing space to fix: /bin/sh: 1: [: Illegal number: 119) shown in the log.do_compile (isn't fatal for the build) (From OE-Core rev: 8f785f35c8a9cdc0107fbaa76b20df5199159ee0) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r--meta/recipes-kernel/lttng/lttng-modules/0001-fix-random-remove-unused-tracepoints-v5.10-v5.15.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0001-fix-random-remove-unused-tracepoints-v5.10-v5.15.patch b/meta/recipes-kernel/lttng/lttng-modules/0001-fix-random-remove-unused-tracepoints-v5.10-v5.15.patch
index 361a59c2e5..d27cbc314f 100644
--- a/meta/recipes-kernel/lttng/lttng-modules/0001-fix-random-remove-unused-tracepoints-v5.10-v5.15.patch
+++ b/meta/recipes-kernel/lttng/lttng-modules/0001-fix-random-remove-unused-tracepoints-v5.10-v5.15.patch
@@ -35,7 +35,7 @@ index 5478447..31e0ee8 100644
35+ if [ \( ! \( $(VERSION) -ge 6 \ 35+ if [ \( ! \( $(VERSION) -ge 6 \
36+ -o \( $(VERSION) -eq 5 -a $(PATCHLEVEL) -ge 18 \) \ 36+ -o \( $(VERSION) -eq 5 -a $(PATCHLEVEL) -ge 18 \) \
37+ -o \( $(VERSION) -eq 5 -a $(PATCHLEVEL) -eq 15 -a $(SUBLEVEL) -ge 44 \) \ 37+ -o \( $(VERSION) -eq 5 -a $(PATCHLEVEL) -eq 15 -a $(SUBLEVEL) -ge 44 \) \
38+ -o \( $(VERSION) -eq 5 -a $(PATCHLEVEL) -eq 10 -a $(SUBLEVEL) -ge 119\) \) \) \ 38+ -o \( $(VERSION) -eq 5 -a $(PATCHLEVEL) -eq 10 -a $(SUBLEVEL) -ge 119 \) \) \) \
39 -a \ 39 -a \
40 $(VERSION) -ge 4 \ 40 $(VERSION) -ge 4 \
41 -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 6 \) \ 41 -o \( $(VERSION) -eq 3 -a $(PATCHLEVEL) -ge 6 \) \