diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-31 09:35:03 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-31 09:35:03 +0000 |
commit | 150c1ccc8880bbb649b6b234091bee0b02b86857 (patch) | |
tree | 2ab94df3a8a197424cb0ece3d331db14148613e5 | |
parent | 6e6b3818fa71766a30c21362c60487ff84c0decc (diff) | |
download | openembedded-core-150c1ccc8880bbb649b6b234091bee0b02b86857.tar.gz openembedded-core-150c1ccc8880bbb649b6b234091bee0b02b86857.tar.bz2 openembedded-core-150c1ccc8880bbb649b6b234091bee0b02b86857.tar.xz openembedded-core-150c1ccc8880bbb649b6b234091bee0b02b86857.zip |
linux-oz-2.6: Fix a compile failure due to a broken patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@587 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-openzaurus_2.6.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/linux/linux-openzaurus_2.6.17.bb b/meta/packages/linux/linux-openzaurus_2.6.17.bb index 3a1847409..822cfca0b 100644 --- a/meta/packages/linux/linux-openzaurus_2.6.17.bb +++ b/meta/packages/linux/linux-openzaurus_2.6.17.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r12" +PR = "r14" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -28,7 +28,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \ file://00-hostap.patch;patch=1;status=merged \ file://10-pcnet.patch;patch=1;status=merged \ ${RPSRC}/asoc-v0.11pre5-oz.patch;patch=1 \ - ${RPSRC}/asoc_fixes2-r1.patch;patch=1 \ + ${RPSRC}/asoc_fixes2-r2.patch;patch=1 \ ${RPSRC}/hx2750_base-r27.patch;patch=1 \ ${RPSRC}/hx2750_bl-r7.patch;patch=1 \ ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ |