[meta-freescale] [meta-fsl-ppc][PATCH] perf: Remove hard coded include to /usr/local/include in Makefile

Zhenhua Luo zhenhua.luo at freescale.com
Wed Jul 17 04:06:43 PDT 2013


Having /usr/local/include hardcoded into the makefile is not necessary
as this is automatically included by GCC. It also infects cross-compile
builds with the host systems includes.

Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 ...-include-to-usr-local-include-in-Makefile.patch |   36 ++++++++++++++++++++
 recipes-kernel/linux/linux-qoriq-sdk.bb            |    2 ++
 2 files changed, 38 insertions(+)
 create mode 100644 recipes-kernel/linux/files/libtraceevent-Remove-hard-coded-include-to-usr-local-include-in-Makefile.patch

diff --git a/recipes-kernel/linux/files/libtraceevent-Remove-hard-coded-include-to-usr-local-include-in-Makefile.patch b/recipes-kernel/linux/files/libtraceevent-Remove-hard-coded-include-to-usr-local-include-in-Makefile.patch
new file mode 100644
index 0000000..15c397d
--- /dev/null
+++ b/recipes-kernel/linux/files/libtraceevent-Remove-hard-coded-include-to-usr-local-include-in-Makefile.patch
@@ -0,0 +1,36 @@
+Upstream-Status: Backport
+
+From b9e8c37220c80e78289a1e87b50c09418eb59a7e Mon Sep 17 00:00:00 2001
+From: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
+Date: Fri, 08 Mar 2013 11:21:52 +0000
+Subject: libtraceevent: Remove hard coded include to /usr/local/include in Makefile
+
+having /usr/local/include hardcoded into the makefile is not necessary
+as this is automatically included by GCC. It also infects cross-compile
+builds with the host systems includes.
+
+Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
+Acked-by: Namhyung Kim <namhyung at kernel.org>
+Cc: Ingo Molnar <mingo at redhat.com>
+Cc: Paul Mackerras <paulus at samba.org>
+Cc: Peter Zijlstra <a.p.zijlstra at chello.nl>
+Link: http://lkml.kernel.org/r/1362741712-21308-1-git-send-email-ml@communistcode.co.uk
+Signed-off-by: Arnaldo Carvalho de Melo <acme at redhat.com>
+---
+(limited to 'tools/lib/traceevent/Makefile')
+
+diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile
+index a20e320..0b0a907 100644
+--- a/tools/lib/traceevent/Makefile
++++ b/tools/lib/traceevent/Makefile
+@@ -122,7 +122,7 @@ export Q VERBOSE
+ 
+ EVENT_PARSE_VERSION = $(EP_VERSION).$(EP_PATCHLEVEL).$(EP_EXTRAVERSION)
+ 
+-INCLUDES = -I. -I/usr/local/include $(CONFIG_INCLUDES)
++INCLUDES = -I. $(CONFIG_INCLUDES)
+ 
+ # Set compile option CFLAGS if not set elsewhere
+ CFLAGS ?= -g -Wall
+--
+cgit v0.9.2
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.bb b/recipes-kernel/linux/linux-qoriq-sdk.bb
index 502132f..7dd7059 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.bb
+++ b/recipes-kernel/linux/linux-qoriq-sdk.bb
@@ -7,6 +7,8 @@ LICENSE = "GPLv2"
 
 require recipes-kernel/linux/linux-qoriq-sdk.inc
 
+SRC_URI += "file://libtraceevent-Remove-hard-coded-include-to-usr-local-include-in-Makefile.patch"
+
 PR = "${INC_PR}.1"
 
 DEPENDS_append = " libgcc"
-- 
1.7.9.7





More information about the meta-freescale mailing list