diff options
author | Philippe De Swert <philippedeswert@scarlet.be> | 2007-07-20 10:32:18 +0000 |
---|---|---|
committer | Philippe De Swert <philippedeswert@scarlet.be> | 2007-07-20 10:32:18 +0000 |
commit | 2452b05fefdd0ecb6a5c80cfa5820e185b6d1607 (patch) | |
tree | b9c2880da44fca81d1f8d095fe92644170e11c82 /packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb | |
parent | 34ead5d4ccabff3659140a6b48db6505771f2503 (diff) |
linux-handhelds-2.6_2.6.21-h11 : fix hamcop compilation issue
* fix hamcop compilation issue as reported in http://bugs.openembedded.org/show_bug.cgi?id=2658
* fixes bug #2658
* hh12 supersedes this version and works, but I thought fixing it anyway was a good idea
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb index ec5844bfb5..34e08451cc 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh11.bb @@ -1,11 +1,12 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." LICENSE = "GPL" -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \ + file://hamcop-h11.patch;patch=1;pnum=0 \ file://defconfig" require linux-handhelds-2.6.inc |