diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/gnash | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no.
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 f2d5edcc61..fecb3a0ce6 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;apply=yes" +SRC_URI += "file://gnash-glib-dependency.patch" 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 d59ad66141..f769996a2c 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;apply=yes file://libintl.patch;apply=yes" +SRC_URI += "file://libtool-2.2.patch file://libintl.patch" diff --git a/recipes/gnash/gnash-minimal_cvs.bb b/recipes/gnash/gnash-minimal_cvs.bb index 740e403565..fcef623060 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;apply=yes \ - file://libintl.patch;apply=yes \ - file://fix-trunc.diff;apply=yes" +SRC_URI += "file://libtool-2.2.patch \ + file://libintl.patch \ + file://fix-trunc.diff" S = ${WORKDIR}/gnash diff --git a/recipes/gnash/gnash_0.8.3.bb b/recipes/gnash/gnash_0.8.3.bb index ac532c8d72..f3bb166b4e 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;apply=yes" +SRC_URI += "file://libtool-2.2.patch" SRC_URI[md5sum] = "5033ef2602ea1234a9ccb73000a0dedb" |