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/gnash | |
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/gnash')
-rw-r--r-- | recipes/gnash/gnash-fb_0.8.5.bb | 2 | ||||
-rw-r--r-- | recipes/gnash/gnash-minimal_0.8.3.bb | 2 | ||||
-rw-r--r-- | recipes/gnash/gnash-minimal_cvs.bb | 6 | ||||
-rw-r--r-- | recipes/gnash/gnash_0.8.3.bb | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/recipes/gnash/gnash-fb_0.8.5.bb b/recipes/gnash/gnash-fb_0.8.5.bb index a92b1e9664..f2d5edcc61 100644 --- a/recipes/gnash/gnash-fb_0.8.5.bb +++ b/recipes/gnash/gnash-fb_0.8.5.bb @@ -7,7 +7,7 @@ acpaths = " -Imacros" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_angstrom = "1" -SRC_URI += "file://gnash-glib-dependency.patch;patch=1" +SRC_URI += "file://gnash-glib-dependency.patch;apply=yes" S = "${WORKDIR}/gnash-${PV}" diff --git a/recipes/gnash/gnash-minimal_0.8.3.bb b/recipes/gnash/gnash-minimal_0.8.3.bb index 5852388867..d59ad66141 100644 --- a/recipes/gnash/gnash-minimal_0.8.3.bb +++ b/recipes/gnash/gnash-minimal_0.8.3.bb @@ -7,7 +7,7 @@ EXTRA_OECONF += " --without-included-ltdl \ --with-ltdl-lib=${STAGING_LIBDIR} \ " -SRC_URI += "file://libtool-2.2.patch;patch=1 file://libintl.patch;patch=1" +SRC_URI += "file://libtool-2.2.patch;apply=yes file://libintl.patch;apply=yes" diff --git a/recipes/gnash/gnash-minimal_cvs.bb b/recipes/gnash/gnash-minimal_cvs.bb index e1eff37b88..740e403565 100644 --- a/recipes/gnash/gnash-minimal_cvs.bb +++ b/recipes/gnash/gnash-minimal_cvs.bb @@ -6,9 +6,9 @@ PR = "r4" PV = "0.8.3+cvs${SRCDATE}" SRC_URI = "cvs://anonymous:anonymous@cvs.sv.gnu.org/sources/gnash;module=gnash" -SRC_URI += "file://libtool-2.2.patch;patch=1 \ - file://libintl.patch;patch=1 \ - file://fix-trunc.diff;patch=1" +SRC_URI += "file://libtool-2.2.patch;apply=yes \ + file://libintl.patch;apply=yes \ + file://fix-trunc.diff;apply=yes" S = ${WORKDIR}/gnash diff --git a/recipes/gnash/gnash_0.8.3.bb b/recipes/gnash/gnash_0.8.3.bb index ccb8f28723..ac532c8d72 100644 --- a/recipes/gnash/gnash_0.8.3.bb +++ b/recipes/gnash/gnash_0.8.3.bb @@ -7,7 +7,7 @@ EXTRA_OECONF += " --without-included-ltdl \ --with-ltdl-lib=${STAGING_LIBDIR} \ " -SRC_URI += "file://libtool-2.2.patch;patch=1" +SRC_URI += "file://libtool-2.2.patch;apply=yes" SRC_URI[md5sum] = "5033ef2602ea1234a9ccb73000a0dedb" |