summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-30 09:29:20 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-30 09:29:20 +0000
commit90ca4b27c47bb9f9425805de473c1c00c6f91f8e (patch)
treebe645bd3bedd2b990fd8cc05d7ca7d99c5f60c18
parent27faca617a19f565fea45783d064694641ffe57b (diff)
downloadpoky-90ca4b27c47bb9f9425805de473c1c00c6f91f8e.tar.gz
linux-rp: Add patch to fix ASoC typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1813 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-rp_2.6.21.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.21.bb b/meta/packages/linux/linux-rp_2.6.21.bb
index ea71be9418..6fc3cf19ce 100644
--- a/meta/packages/linux/linux-rp_2.6.21.bb
+++ b/meta/packages/linux/linux-rp_2.6.21.bb
@@ -1,6 +1,6 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r1" 3PR = "r2"
4 4
5# Handy URLs 5# Handy URLs
6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 6# git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046
@@ -36,6 +36,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
36 ${RPSRC}/poodle_pm-r3.patch;patch=1 \ 36 ${RPSRC}/poodle_pm-r3.patch;patch=1 \
37 ${RPSRC}/pxa27x_overlay-r5.patch;patch=1 \ 37 ${RPSRC}/pxa27x_overlay-r5.patch;patch=1 \
38 ${RPSRC}/w100_extaccel-r0.patch;patch=1 \ 38 ${RPSRC}/w100_extaccel-r0.patch;patch=1 \
39 ${RPSRC}/asoc_fix_typo-r0.patch;patch=1 \
39 file://hostap-monitor-mode.patch;patch=1 \ 40 file://hostap-monitor-mode.patch;patch=1 \
40 file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ 41 file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \
41 ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \ 42 ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \