aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-09-07 00:53:07 +0400
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-09-15 00:24:58 +0100
commita792a06d32fc5e95ab5f5ec20bfe08123e3b2b53 (patch)
tree428ab099a2d14293138416da5d43adac7c8ecff4
parent74cf5dbee053c131b23eaa8c2790e41a3e3e1834 (diff)
downloadmeta-handheld-a792a06d32fc5e95ab5f5ec20bfe08123e3b2b53.tar.gz
linux.inc: drop a hack for kernels <= 2.6.29
linux.inc isn't used with such old kernels anymore, drop the hack. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--recipes-kernel/linux/linux.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
index a30ea70..09dee86 100644
--- a/recipes-kernel/linux/linux.inc
+++ b/recipes-kernel/linux/linux.inc
@@ -73,18 +73,6 @@ python __anonymous () {
}
do_configure_prepend() {
-
- # Rename getline in ./scripts/unifdef.c
- # Kernels up to 2.6.29 are currently failing to build unifdef.c,
- # clashing with exposed getline() from <stdio.h>
- # see https://patchwork.kernel.org/patch/11166/
- # committed in 2.6.29 (commit d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7)
-
- if [ -e ${S}/scripts/unifdef.c ]; then
- sed -i -e 's/getline/parseline/g' ${S}/scripts/unifdef.c
- fi
-
-
echo "" > ${S}/.config
#