linux-omap_2.6.22.19: Fix patch order

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4887 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-07-19 08:13:15 +00:00
parent cc8e31cf7e
commit 270817188a
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
require linux-omap.inc
PR = "r2"
PR = "r3"
COMPATIBLE_MACHINE = "omap-3430ldp"
SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.19.tar.bz2 \
file://defconfig-omap-3430ldp \
file://fixes.patch;patch=1 \
file://linux-2.6.22.19-ldp-v1.3.patch.gz;patch=1"
file://linux-2.6.22.19-ldp-v1.3.patch.gz;patch=1 \
file://fixes.patch;patch=1"
S = "${WORKDIR}/linux-2.6.22.19"