aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-07-10 00:14:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-12 22:53:21 +0100
commit664508e6307903fdc3054ca84d37f16718c41ede (patch)
tree2c261c8333c0c761155d5ce27338ae4c1ee660c7
parent80f020acfa36d142edef7042e35e49f08c6b2a59 (diff)
downloadopenembedded-core-contrib-664508e6307903fdc3054ca84d37f16718c41ede.tar.gz
perf: remove invalid sed command
The current kernel supports WERROR now, and there is no Werror in tools/perf/Makefile, remove both sed commands. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/perf/perf.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index eb273740ee..0cadcdc7ab 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -120,12 +120,6 @@ do_configure_prepend () {
rm -rf ${B}/
mkdir ${B}/
- #kernels before 3.1 do not support WERROR env variable
- sed -i 's,-Werror ,,' ${S}/tools/perf/Makefile
- if [ -e "${S}/tools/perf/config/Makefile" ]; then
- sed -i 's,-Werror ,,' ${S}/tools/perf/config/Makefile
- fi
-
# If building a multlib based perf, the incorrect library path will be
# detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit
# build, with a 64 bit multilib, the arch won't match and the detection of a