diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-30 09:29:20 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-30 09:29:20 +0000 |
commit | 90ca4b27c47bb9f9425805de473c1c00c6f91f8e (patch) | |
tree | be645bd3bedd2b990fd8cc05d7ca7d99c5f60c18 | |
parent | 27faca617a19f565fea45783d064694641ffe57b (diff) | |
download | openembedded-core-90ca4b27c47bb9f9425805de473c1c00c6f91f8e.tar.gz openembedded-core-90ca4b27c47bb9f9425805de473c1c00c6f91f8e.tar.bz2 openembedded-core-90ca4b27c47bb9f9425805de473c1c00c6f91f8e.zip |
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.bb | 3 |
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 @@ require linux-rp.inc -PR = "r1" +PR = "r2" # Handy URLs # 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 \ ${RPSRC}/poodle_pm-r3.patch;patch=1 \ ${RPSRC}/pxa27x_overlay-r5.patch;patch=1 \ ${RPSRC}/w100_extaccel-r0.patch;patch=1 \ + ${RPSRC}/asoc_fix_typo-r0.patch;patch=1 \ file://hostap-monitor-mode.patch;patch=1 \ file://serial-add-support-for-non-standard-xtals-to-16c950-driver.patch;patch=1 \ ${RPSRC}/logo_oh-r0.patch.bz2;patch=1;status=unmergable \ |