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-scap | |
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-scap')
-rw-r--r-- | recipes/gpe-scap/gpe-scap_1.2.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-scap/gpe-scap_1.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-scap/gpe-scap_1.2.bb b/recipes/gpe-scap/gpe-scap_1.2.bb index b5a0383fc9..42ba7e0cce 100644 --- a/recipes/gpe-scap/gpe-scap_1.2.bb +++ b/recipes/gpe-scap/gpe-scap_1.2.bb @@ -12,7 +12,7 @@ GPE_TARBALL_SUFFIX = "bz2" inherit gpe autotools -SRC_URI += " file://deviceinfo.patch;patch=1;pnum=0" +SRC_URI += " file://deviceinfo.patch;apply=yes;striplevel=0" SRC_URI[md5sum] = "875ed73f43584cd3ece4a7ac28dd692a" SRC_URI[sha256sum] = "a7ec60003a96975523598c2ef5f2927c9a362e689e7159b268c7fe431754635a" diff --git a/recipes/gpe-scap/gpe-scap_1.3.bb b/recipes/gpe-scap/gpe-scap_1.3.bb index 3d7d55f96a..03b834f74e 100644 --- a/recipes/gpe-scap/gpe-scap_1.3.bb +++ b/recipes/gpe-scap/gpe-scap_1.3.bb @@ -12,7 +12,7 @@ GPE_TARBALL_SUFFIX = "bz2" inherit gpe autotools -SRC_URI += " file://allow-glade-2.4.0.patch;patch=1" +SRC_URI += " file://allow-glade-2.4.0.patch;apply=yes" SRC_URI[md5sum] = "7ba3d2592585c8bcf9d3bf1aafeefef3" SRC_URI[sha256sum] = "609e24aa1413b1053ee3fd42c36c6ccf05d8067867021511c7d50d4829875b44" |