diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-09-20 13:58:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-20 13:58:39 +0000 |
commit | a507969c5556be9cb7793b64eb00e66e875fb6ec (patch) | |
tree | 72755edf79d4b8616c930f4e6e173e6beec333fc /packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb | |
parent | 1d30f92183333983aad0f3c85609d23aa630e7a1 (diff) |
handhelds-pxa-2.6: fix EXTRAVERSION of 2.6.12-hh3
Diffstat (limited to 'packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb')
-rw-r--r-- | packages/linux/handhelds-pxa-2.6_2.6.12-hh3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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" |