From: Philipp Zabel Date: Tue, 20 Sep 2005 13:58:39 +0000 (+0000) Subject: handhelds-pxa-2.6: fix EXTRAVERSION of 2.6.12-hh3 X-Git-Tag: Release-2010-05/1~9453^2~3473^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a507969c5556be9cb7793b64eb00e66e875fb6ec;p=openembedded.git handhelds-pxa-2.6: fix EXTRAVERSION of 2.6.12-hh3 --- diff --git a/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/.mtn2git_empty b/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/fix-extraversion.patch b/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/fix-extraversion.patch new file mode 100644 index 0000000000..720aeaffa3 --- /dev/null +++ b/packages/linux/handhelds-pxa-2.6-2.6.12-hh3/fix-extraversion.patch @@ -0,0 +1,11 @@ +--- kernel26/Makefile.orig 2005-09-20 15:36:09 +0200 ++++ kernel26/Makefile 2005-09-20 15:26:27 +0200 +@@ -1,7 +1,7 @@ + VERSION = 2 + PATCHLEVEL = 6 + SUBLEVEL = 12 +-EXTRAVERSION = -hh2 ++EXTRAVERSION = -hh3 + NAME=Woozy Numbat + + # *DOCUMENTATION* 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 f72b15ca84..4c650d73dd 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 @@ -8,7 +8,8 @@ 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://defconfig \ + file://fix-extraversion.patch;patch=1" S = "${WORKDIR}/kernel26"