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/gpe-appmgr | |
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/gpe-appmgr')
-rw-r--r-- | recipes/gpe-appmgr/gpe-appmgr_2.8.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-appmgr/gpe-appmgr_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-appmgr/gpe-appmgr_2.8.bb b/recipes/gpe-appmgr/gpe-appmgr_2.8.bb index 2b0fdbe8ca..2b7601ecb5 100644 --- a/recipes/gpe-appmgr/gpe-appmgr_2.8.bb +++ b/recipes/gpe-appmgr/gpe-appmgr_2.8.bb @@ -6,7 +6,7 @@ PR = "r1" inherit gpe -SRC_URI += " file://no-render-h.patch;patch=1 file://cairo-fixes.patch;patch=1" +SRC_URI += " file://no-render-h.patch;apply=yes file://cairo-fixes.patch;apply=yes" SRC_URI[md5sum] = "2dd3d56eee8905451e9c31cfda620f7a" SRC_URI[sha256sum] = "1a797188e9786936c32fee6ba3e20f01d562583f6407cf8d83f729ab708e1342" diff --git a/recipes/gpe-appmgr/gpe-appmgr_svn.bb b/recipes/gpe-appmgr/gpe-appmgr_svn.bb index 25492b1bc6..069fef75b7 100644 --- a/recipes/gpe-appmgr/gpe-appmgr_svn.bb +++ b/recipes/gpe-appmgr/gpe-appmgr_svn.bb @@ -8,7 +8,7 @@ PR = "r0" inherit gpe SRC_URI = "${GPE_SVN} \ - file://svn-build.patch;patch=1" + file://svn-build.patch;apply=yes" S = "${WORKDIR}/${PN}" |