diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-04-26 19:23:58 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-26 19:23:58 +0000 |
commit | 5e6910be538558e08e7766c4d000c38081d73769 (patch) | |
tree | 49ed04973a84ed2d96bea6abf565ae82e0e41c96 /packages/linux/linux-openzaurus_2.6.16.bb | |
parent | a30acf6c4fae5f4c3859f888adaf273c04c4d6c2 (diff) |
linux-oz-2.6: Fix a tosa build failure with gcc4 (tosa.h references tosabl_device which is declared static in tosa.c)
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.16.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.16.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb index 8e29c54f55..6c121c7741 100644 --- a/packages/linux/linux-openzaurus_2.6.16.bb +++ b/packages/linux/linux-openzaurus_2.6.16.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r11" +PR = "r12" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -118,7 +118,7 @@ SRC_URI_append_tosa = "\ ${DOSRC}/tosa-pxaac97-r6.patch;patch=1 \ ${RPSRC}/temp/tosa-tmio-r4-rp1.patch;patch=1 \ ${DOSRC}/tosa-power-r14.patch;patch=1 \ - ${DOSRC}/tosa-tmio-lcd-r5.patch;patch=1 \ + ${RPSRC}/tosa-tmio-lcd-r5-rp1.patch;patch=1 \ ${DOSRC}/tosa-bluetooth-r5.patch;patch=1 \ ${DOSRC}/wm97xx-lg7-r0.patch;patch=1 \ ${DOSRC}/tosa-asoc-r0.patch;patch=1 " |