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/gsoko | |
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/gsoko')
-rw-r--r-- | recipes/gsoko/gsoko_0.4.2-gpe5.bb | 2 | ||||
-rw-r--r-- | recipes/gsoko/gsoko_0.4.2-gpe6.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gsoko/gsoko_0.4.2-gpe5.bb b/recipes/gsoko/gsoko_0.4.2-gpe5.bb index c8a8bef499..3f9fcf9dc5 100644 --- a/recipes/gsoko/gsoko_0.4.2-gpe5.bb +++ b/recipes/gsoko/gsoko_0.4.2-gpe5.bb @@ -5,7 +5,7 @@ SECTION = "gpe" DESCRIPTION = "Sokoban game for GTK" PRIORITY = "optional" -SRC_URI += "file://fix_makefiles.patch;patch=1" +SRC_URI += "file://fix_makefiles.patch;apply=yes" SRC_URI[md5sum] = "da4e3d05f18a44af4b43c76829ba110a" SRC_URI[sha256sum] = "741af12ec81dff5ba79e6ce284146e26557f267b5a77ccc4c5644f2d5619dcf3" diff --git a/recipes/gsoko/gsoko_0.4.2-gpe6.bb b/recipes/gsoko/gsoko_0.4.2-gpe6.bb index 8cdfeee836..6fd05a0506 100644 --- a/recipes/gsoko/gsoko_0.4.2-gpe6.bb +++ b/recipes/gsoko/gsoko_0.4.2-gpe6.bb @@ -7,7 +7,7 @@ PRIORITY = "optional" PR = "r1" SRC_URI += " \ - file://fix_makefiles.patch;patch=1 \ + file://fix_makefiles.patch;apply=yes \ " SRC_URI[md5sum] = "b10893acb76c5d016c9bcfff6ba9418b" |