[oe-commits] org.oe.dev linux.inc: sed out LOCALVERSION, it breaks too many things in kernel.bbclass and depmod

koen commit openembedded-commits at lists.openembedded.org
Mon Feb 4 10:04:18 UTC 2008


linux.inc: sed out LOCALVERSION, it breaks too many things in kernel.bbclass and depmod

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 161f933d9aa86c08c2b333642d8c6250bc6d899f
ViewMTN: http://monotone.openembedded.org/revision/info/161f933d9aa86c08c2b333642d8c6250bc6d899f
Files:
1
packages/linux/linux.inc
Diffs:

#
# mt diff -rde32d6a54e66ed8cf78ffc60c629cf5cd3b38fd5 -r161f933d9aa86c08c2b333642d8c6250bc6d899f
#
# 
# 
# patch "packages/linux/linux.inc"
#  from [80f38a1e1786c843bf61a35d6abaeb856434a160]
#    to [98db8927eecd663bea8e02932c23ae03df5ce28a]
# 
============================================================
--- packages/linux/linux.inc	80f38a1e1786c843bf61a35d6abaeb856434a160
+++ packages/linux/linux.inc	98db8927eecd663bea8e02932c23ae03df5ce28a
@@ -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.






More information about the Openembedded-commits mailing list