diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/linux/linux-nokia800_2.6.21-osso71.bb | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/linux/linux-nokia800_2.6.21-osso71.bb')
-rw-r--r-- | recipes/linux/linux-nokia800_2.6.21-osso71.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/linux/linux-nokia800_2.6.21-osso71.bb b/recipes/linux/linux-nokia800_2.6.21-osso71.bb index da167c30a5..a54ff1959f 100644 --- a/recipes/linux/linux-nokia800_2.6.21-osso71.bb +++ b/recipes/linux/linux-nokia800_2.6.21-osso71.bb @@ -4,11 +4,11 @@ PR = "r5" DEFAULT_PREFERENCE_nokia770 = "-1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2;name=kernel \ - http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1;name=ossopatch \ - ${RPSRC}/input_power-r7.patch;patch=1;name=rppatch24 \ - file://suspend-button.patch;patch=1 \ - file://linux-2.6-limits.patch;patch=1 \ - file://1300-fix-gcc-4.3-false-modulo-optimization.patch.patch;patch=1 \ + http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;apply=yes;name=ossopatch \ + ${RPSRC}/input_power-r7.patch;apply=yes;name=rppatch24 \ + file://suspend-button.patch;apply=yes \ + file://linux-2.6-limits.patch;apply=yes \ + file://1300-fix-gcc-4.3-false-modulo-optimization.patch.patch;apply=yes \ file://defconfig" S = "${WORKDIR}/linux-2.6.21" |