packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb: remove extraversion patch since it...
authorKoen Kooi <koen@openembedded.org>
Sat, 1 Oct 2005 13:50:29 +0000 (13:50 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 1 Oct 2005 13:50:29 +0000 (13:50 +0000)
packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb

index ea79464..0b55dc8 100644 (file)
@@ -9,8 +9,7 @@ COMPATIBLE_HOST = "arm.*-linux"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/handhelds-pxa-${PV}"
 
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
-          file://defconfig \
-          file://fix-extraversion.patch;patch=1"
+          file://defconfig"
 
 S = "${WORKDIR}/kernel26"