From: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Subject: [meta-handheld 02/12] linux.inc: drop a hack for kernels <= 2.6.29
Date: Wed, 7 Sep 2011 18:02:57 +0400 [thread overview]
Message-ID: <1315404187-18176-3-git-send-email-dbaryshkov@gmail.com> (raw)
In-Reply-To: <1315404187-18176-1-git-send-email-dbaryshkov@gmail.com>
linux.inc isn't used with such old kernels anymore, drop the hack.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
recipes-kernel/linux/linux.inc | 12 ------------
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
#
--
1.7.2.5
next prev parent reply other threads:[~2011-09-07 14:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-07 14:02 [meta-handheld 00/12] linux.inc cleanup Dmitry Eremin-Solenikov
2011-09-07 14:02 ` [meta-handheld 01/12] linux.inc: drop a part of the file for the devices we don't care about Dmitry Eremin-Solenikov
2011-09-07 14:02 ` Dmitry Eremin-Solenikov [this message]
2011-09-07 14:02 ` [meta-handheld 03/12] linux.inc: drop at91sam9263ek cmdline setting Dmitry Eremin-Solenikov
2011-09-07 14:02 ` [meta-handheld 04/12] linux.inc: drop RPSRC - it's unused now Dmitry Eremin-Solenikov
2011-09-07 14:03 ` [meta-handheld 05/12] linux.inc: drop devicetree settings Dmitry Eremin-Solenikov
2011-09-07 14:03 ` [meta-handheld 06/12] linux.inc: devicetree is used on hh boxes, drop dt handling Dmitry Eremin-Solenikov
2011-09-07 14:03 ` [meta-handheld 07/12] linux.inc: drop savedefconfig, it is provided by kernel.bbclass Dmitry Eremin-Solenikov
2011-09-07 14:03 ` [meta-handheld 08/12] linux.inc: drop old udev check Dmitry Eremin-Solenikov
2011-09-07 14:03 ` [meta-handheld 09/12] linux.inc: drop OABI-only support Dmitry Eremin-Solenikov
2011-09-07 14:03 ` [meta-handheld 10/12] linux.inc: drop cortex-a8 fixup, none of meta-hh machines uses A8 Dmitry Eremin-Solenikov
2011-09-07 14:03 ` [meta-handheld 11/12] linux.inc: drop bigendian support Dmitry Eremin-Solenikov
2011-09-07 14:03 ` [meta-handheld 12/12] linux.inc: clean up handling of config variables Dmitry Eremin-Solenikov
2011-09-15 0:00 ` [meta-handheld 00/12] linux.inc cleanup Paul Eggleton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1315404187-18176-3-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.