From patchwork Wed Sep 7 14:02:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-handheld,02/12] linux.inc: drop a hack for kernels <= 2.6.29 Date: Wed, 07 Sep 2011 14:02:57 -0000 From: lumag X-Patchwork-Id: 11179 Message-Id: <1315404187-18176-3-git-send-email-dbaryshkov@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Dmitry Eremin-Solenikov linux.inc isn't used with such old kernels anymore, drop the hack. Signed-off-by: Dmitry Eremin-Solenikov --- 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 - # 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 #