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/scim | |
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/scim')
-rw-r--r-- | recipes/scim/scim_1.4.9.bb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes/scim/scim_1.4.9.bb b/recipes/scim/scim_1.4.9.bb index 0206c24a87..068c2bcb11 100644 --- a/recipes/scim/scim_1.4.9.bb +++ b/recipes/scim/scim_1.4.9.bb @@ -6,16 +6,16 @@ DEPENDS = "gtk+" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz \ - file://gcc-4.4-const-char.dpatch;patch=1 \ - file://configure.patch;patch=1 \ - file://20_scim_config.dpatch;patch=1 \ - file://40_scim_user_home_overrides.dpatch;patch=1 \ - file://50_validate-desktop-entry.dpatch;patch=1 \ - file://51_scim-1.4.7-fix-capslock.dpatch;patch=1 \ - file://52_scim-1.4.7-imdkit-read-property-properly.dpatch;patch=1 \ - file://53_scim-1.4.7-trayicon.dpatch;patch=1 \ - file://54_scim-1.4.7-xim-wrong-format.dpatch;patch=1 \ - file://scim-1.4.7-syslibltdl.patch;patch=1 \ + file://gcc-4.4-const-char.dpatch;apply=yes \ + file://configure.patch;apply=yes \ + file://20_scim_config.dpatch;apply=yes \ + file://40_scim_user_home_overrides.dpatch;apply=yes \ + file://50_validate-desktop-entry.dpatch;apply=yes \ + file://51_scim-1.4.7-fix-capslock.dpatch;apply=yes \ + file://52_scim-1.4.7-imdkit-read-property-properly.dpatch;apply=yes \ + file://53_scim-1.4.7-trayicon.dpatch;apply=yes \ + file://54_scim-1.4.7-xim-wrong-format.dpatch;apply=yes \ + file://scim-1.4.7-syslibltdl.patch;apply=yes \ " inherit autotools pkgconfig |