summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-07 18:51:33 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-11 15:24:03 -0300
commit961b6eb9d8638b26242348c6a5bdc8dc52e9e8ab (patch)
tree1a2a8bc905683af14b57894b7606b411a0305c93 /recipes-kernel/linux/linux-imx_2.6.35.3.bb
parente7f3146191b4a5c4e160ae1b585ec4fd8f99e6b0 (diff)
downloadmeta-fsl-arm-961b6eb9d8638b26242348c6a5bdc8dc52e9e8ab.tar.gz
linux-imx (2.6.35.3): perf tools: Fix build against newer glibc
Upstream glibc commit 295e904 added a definition for __attribute_const__ to cdefs.h. This causes the following error when building perf: util/include/linux/compiler.h:8:0: error: "__attribute_const__" redefined [-Werror] /usr/include/sys/cdefs.h:226:0: note: this is the location of the previous definition Wrap __attribute_const__ in #ifndef as done for __always_inline. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-imx_2.6.35.3.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_2.6.35.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
index a02a69d..df11935 100644
--- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -1,7 +1,7 @@
1# Copyright (C) 2011-2012 Freescale Semiconductor 1# Copyright (C) 2011-2012 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4PR = "${INC_PR}.5" 4PR = "${INC_PR}.6"
5 5
6include linux-imx.inc 6include linux-imx.inc
7 7
@@ -17,6 +17,7 @@ LOCALVERSION = "-11.09.01+yocto-${DATE}"
17 17
18SRC_URI += "file://NFS-Fix-nfsroot-support.patch \ 18SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
19 file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \ 19 file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
20 file://perf-tools-Fix-build-against-newer-glibc.patch \
20 file://no-unaligned-access.patch \ 21 file://no-unaligned-access.patch \
21 file://dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch \ 22 file://dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch \
22" 23"