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/roadmap/zroadmap_1.1.0.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/roadmap/zroadmap_1.1.0.bb')
-rw-r--r-- | recipes/roadmap/zroadmap_1.1.0.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes/roadmap/zroadmap_1.1.0.bb b/recipes/roadmap/zroadmap_1.1.0.bb index 161a41eeab..9da01959bd 100644 --- a/recipes/roadmap/zroadmap_1.1.0.bb +++ b/recipes/roadmap/zroadmap_1.1.0.bb @@ -3,14 +3,14 @@ require zroadmap.inc PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/roadmap/roadmap-${PV}-src.tar.gz;name=archive \ - file://cross.patch;patch=1;pnum=2 \ - file://options.mk.patch;patch=1;pnum=2 \ - file://qt/qt2-fixes.patch;patch=1 \ - file://qt/qt_canvas.patch;patch=1 \ - file://qt/qt_main.patch;patch=1 \ - file://qt/roadmap_main.patch;patch=1 \ - file://roadmap_path.patch;patch=1 \ - file://roadmap.desktop.patch;patch=1 \ + file://cross.patch;apply=yes;striplevel=2 \ + file://options.mk.patch;apply=yes;striplevel=2 \ + file://qt/qt2-fixes.patch;apply=yes \ + file://qt/qt_canvas.patch;apply=yes \ + file://qt/qt_main.patch;apply=yes \ + file://qt/roadmap_main.patch;apply=yes \ + file://roadmap_path.patch;apply=yes \ + file://roadmap.desktop.patch;apply=yes \ http://roadmap.digitalomaha.net/maps/usdir.rdm.tar.gz;name=usdir" S = "${WORKDIR}/roadmap-${PV}/src" |