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/tracker | |
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/tracker')
-rw-r--r-- | recipes/tracker/tracker_0.5.4.bb | 2 | ||||
-rw-r--r-- | recipes/tracker/tracker_0.6.95.bb | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes/tracker/tracker_0.5.4.bb b/recipes/tracker/tracker_0.5.4.bb index f05f9100cd..88fb9d462b 100644 --- a/recipes/tracker/tracker_0.5.4.bb +++ b/recipes/tracker/tracker_0.5.4.bb @@ -5,7 +5,7 @@ DEPENDS = "file gtk+ gstreamer gamin libgmime dbus poppler libexif libgsf libgno PR = "r3" SRC_URI = "http://www.gnome.org/~jamiemcc/tracker/tracker-${PV}.tar.gz \ - file://no-ioprio.patch;patch=1 \ + file://no-ioprio.patch;apply=yes \ file://90tracker " inherit autotools pkgconfig diff --git a/recipes/tracker/tracker_0.6.95.bb b/recipes/tracker/tracker_0.6.95.bb index 2052f15c6b..456cd8a922 100644 --- a/recipes/tracker/tracker_0.6.95.bb +++ b/recipes/tracker/tracker_0.6.95.bb @@ -8,12 +8,12 @@ PR = "r2" inherit autotools pkgconfig gnome SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/tracker-${PV}.tar.bz2 \ - file://munge-configure.ac-cross-compile.patch;patch=1 \ - file://05-tracker-ioprio-cross.patch;patch=1 \ - file://10-drop-bogus-version-info.patch;patch=1 \ - file://20-tracker-defaults.patch;patch=1 \ - file://30-gmime-2.4.patch;patch=1 \ - file://99-autoreconf.patch;patch=1 \ + file://munge-configure.ac-cross-compile.patch;apply=yes \ + file://05-tracker-ioprio-cross.patch;apply=yes \ + file://10-drop-bogus-version-info.patch;apply=yes \ + file://20-tracker-defaults.patch;apply=yes \ + file://30-gmime-2.4.patch;apply=yes \ + file://99-autoreconf.patch;apply=yes \ file://90tracker \ " |