From: Koen Kooi Date: Sat, 1 Oct 2005 13:50:29 +0000 (+0000) Subject: packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb: remove extraversion patch since it... X-Git-Tag: Release-2010-05/1~9453^2~3390 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3570220e2488a2f1334229940384bed067c52fca;p=openembedded.git packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb: remove extraversion patch since it has been applied upstream --- diff --git a/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb b/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb index ea79464d5e..0b55dc8a53 100644 --- a/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb +++ b/packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb @@ -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"