浏览代码

package/linux-tools: perf: Disable shellcheck

The use of shellcheck within perf is not a functional requirement and it can
lead to build failures where the perf makefile attempts to link in empty
.shellcheck_log files:

https://lore.kernel.org/r/fb078045-dc05-426e-b21e-72ffae3e8e1b@gmail.com

Disable shellcheck since we do not need it at all.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 0c44722b0ca6c1ab7d0f7af6a703361f553e4747)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Florian Fainelli 8 月之前
父节点
当前提交
e0232509ec
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      package/linux-tools/linux-tool-perf.mk.in

+ 2 - 1
package/linux-tools/linux-tool-perf.mk.in

@@ -28,7 +28,8 @@ PERF_MAKE_FLAGS = \
 	NO_LIBPERL=1 \
 	NO_LIBPYTHON=1 \
 	NO_LIBBIONIC=1 \
-	NO_LIBTRACEEVENT=1
+	NO_LIBTRACEEVENT=1 \
+	NO_SHELLCHECK=1
 
 # We need to pass an argument to ld for setting the emulation when
 # building for MIPS architecture, otherwise the default one will always