diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-02-14 09:02:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-14 09:02:59 +0000 |
commit | 08020950c46a204a767ad58fc910da8cd0523068 (patch) | |
tree | 09701e3c4a229ea56adb856933d9fe82e3de779f | |
parent | 96911bb2416b57ccd0d01dedadbd95c45fba9f44 (diff) |
linux-oz-2.6: Add a missing patch=1 tag
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.15.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.15.bb b/packages/linux/linux-openzaurus_2.6.15.bb index 3eae7cbc84..cffc0cc673 100644 --- a/packages/linux/linux-openzaurus_2.6.15.bb +++ b/packages/linux/linux-openzaurus_2.6.15.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r5" +PR = "r6" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ @@ -74,7 +74,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.15.tar.bz2 \ ${RPSRC}/pxafb_tweaks-r0.patch;patch=1 \ ${RPSRC}/pm_changes-r0.patch;patch=1 \ ${RPSRC}/sharpsl_pm-do-r2.patch;patch=1 \ - ${DOSRC}/kexec-arm-r0.patch \ + ${DOSRC}/kexec-arm-r0.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ ${RPSRC}/pxa-linking-bug.patch;patch=1 \ |