ixp4xx-kernel: added the remove-extraversion patch, to do what the bb file used to...
authorRod Whitby <rod@whitby.id.au>
Wed, 15 Feb 2006 12:08:55 +0000 (12:08 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 15 Feb 2006 12:08:55 +0000 (12:08 +0000)
packages/linux/ixp4xx-kernel/2.6.16/06-remove-extraversion.patch [new file with mode: 0644]
packages/linux/ixp4xx-kernel_2.6.16-rc2.bb

diff --git a/packages/linux/ixp4xx-kernel/2.6.16/06-remove-extraversion.patch b/packages/linux/ixp4xx-kernel/2.6.16/06-remove-extraversion.patch
new file mode 100644 (file)
index 0000000..65aba13
--- /dev/null
@@ -0,0 +1,11 @@
+--- linux-2.6.15/Makefile~     2006-02-15 00:04:58.000000000 +1030
++++ linux-2.6.15/Makefile      2006-02-15 00:05:17.000000000 +1030
+@@ -1,7 +1,7 @@
+ VERSION = 2
+ PATCHLEVEL = 6
+ SUBLEVEL = 16
+-EXTRAVERSION =-rc2
++EXTRAVERSION =
+ NAME=Sliding Snow Leopard
+ # *DOCUMENTATION*
index 6442686..6369eb9 100644 (file)
@@ -8,7 +8,7 @@ PR_CONFIG = "1"
 # Increment the number below (i.e. the digits after PR) when
 # making changes within this file or for changes to the patches
 # applied to the kernel.
-PR = "r2.${PR_CONFIG}"
+PR = "r3.${PR_CONFIG}"
 
 include ixp4xx-kernel.inc
 
@@ -18,6 +18,7 @@ RPSRC = "http://www.rpsys.net/openzaurus/patches"
 IXP4XX_PATCHES  = ""
 
 IXP4XX_PATCHES += "file://05-patch-2.6.16-rc2-ide2;patch=1"
+IXP4XX_PATCHES += "file://06-remove-extraversion.patch;patch=1"
 IXP4XX_PATCHES += "file://10-mtdpart-redboot-fis-byteswap.patch;patch=1"
 IXP4XX_PATCHES += "file://10-nslu2-fix-flash.patch;patch=1"
 IXP4XX_PATCHES += "file://11-mtdpart-redboot-config-byteswap.patch;patch=1"