summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorJavier Viguera <javier.viguera@digi.com>2014-08-06 16:47:12 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-08-14 09:16:05 -0300
commitdfc99799a9fa83024ba37234f073671aa3666267 (patch)
tree2a295c9f0ad445e7911efccf848652c457f7ab89 /recipes-kernel
parentb0cf5c78c5f98c5977ae556d331e7495648f154c (diff)
downloadmeta-fsl-arm-dfc99799a9fa83024ba37234f073671aa3666267.tar.gz
meta-fsl-arm: fix some typos
Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch b/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch
index 7d12941..9ff2d14 100644
--- a/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch
+++ b/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] perf: Avoid use of sysroot's Linux headers
5 5
6As Yocto now use a newer Linux headers package we end having a build 6As Yocto now use a newer Linux headers package we end having a build
7failure in perf as 'stddef.h' has changed and does not provide NULL 7failure in perf as 'stddef.h' has changed and does not provide NULL
8definiton anymore. To workaround it we add the srcdir onto search path 8definition anymore. To workaround it we add the srcdir onto search path
9for include files, before sysroot one. 9for include files, before sysroot one.
10 10
11Upstream-Status: Inappropriate [build system specific change] 11Upstream-Status: Inappropriate [build system specific change]