From 50984c4e084f1032d9fa4a9ce770b5644c7ca4a1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 4 Feb 2008 09:59:30 +0000 Subject: [PATCH] linux.inc: sed out LOCALVERSION, it breaks too many things in kernel.bbclass and depmod --- packages/linux/linux.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index b98b722d97..951bf16590 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -70,7 +70,8 @@ do_configure_prepend() { -e '/CONFIG_CPU_BIG_ENDIAN/d' \ -e '/CONFIG_LOGO=/d' \ -e '/CONFIG_LOGO_LINUX_CLUT224=/d' \ - < '${WORKDIR}/defconfig' >>'${S}/.config' + -e '/CONFIG_LOCALVERSION/d' \ + < '${WORKDIR}/defconfig' >>'${S}/.config' # # root-over-nfs-over-usb-eth support. Limited, but should cover some cases. -- 2.39.5