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/fltk | |
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/fltk')
-rw-r--r-- | recipes/fltk/efltk_2.0.7.bb | 2 | ||||
-rw-r--r-- | recipes/fltk/fltk2_svn.bb | 2 | ||||
-rw-r--r-- | recipes/fltk/fltk_1.1.10.bb | 4 | ||||
-rw-r--r-- | recipes/fltk/fltk_1.1.9.bb | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/recipes/fltk/efltk_2.0.7.bb b/recipes/fltk/efltk_2.0.7.bb index 119881e4fe..2da7ae0f06 100644 --- a/recipes/fltk/efltk_2.0.7.bb +++ b/recipes/fltk/efltk_2.0.7.bb @@ -7,7 +7,7 @@ DEPENDS = "zlib jpeg libpng libxext libxft" PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/ede/efltk-${PV}.tar.gz \ - file://fix.void.cast.patch;apply=yes" + file://fix.void.cast.patch" S = "${WORKDIR}/efltk" inherit autotools binconfig diff --git a/recipes/fltk/fltk2_svn.bb b/recipes/fltk/fltk2_svn.bb index 547e3ea64d..97599d7811 100644 --- a/recipes/fltk/fltk2_svn.bb +++ b/recipes/fltk/fltk2_svn.bb @@ -11,7 +11,7 @@ PR = "r1" SRC_URI = "\ svn://svn.easysw.com/public/fltk/fltk;proto=http;module=trunk \ - file://fix-it-damnit.patch;apply=yes \ + file://fix-it-damnit.patch \ " S = "${WORKDIR}/trunk" diff --git a/recipes/fltk/fltk_1.1.10.bb b/recipes/fltk/fltk_1.1.10.bb index 0a0ed4a45f..085d8e63e7 100644 --- a/recipes/fltk/fltk_1.1.10.bb +++ b/recipes/fltk/fltk_1.1.10.bb @@ -8,8 +8,8 @@ DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" PR = "r1" SRC_URI = "ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${PV}/fltk-${PV}-source.tar.bz2 \ - file://disable_test.patch;apply=yes \ -# http://ftp.de.debian.org/debian/pool/main/f/fltk1.1/fltk1.1_1.1.10-2.diff.gz;apply=yes \ + file://disable_test.patch \ +# http://ftp.de.debian.org/debian/pool/main/f/fltk1.1/fltk1.1_1.1.10-2.diff.gz \ " S = "${WORKDIR}/fltk-${PV}" diff --git a/recipes/fltk/fltk_1.1.9.bb b/recipes/fltk/fltk_1.1.9.bb index 82e89ed4a9..c52fb5c8e8 100644 --- a/recipes/fltk/fltk_1.1.9.bb +++ b/recipes/fltk/fltk_1.1.9.bb @@ -7,7 +7,7 @@ DEPENDS = "alsa-lib zlib jpeg libpng libxext libxft" PR = "r1" SRC_URI = "ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${PV}/fltk-${PV}-source.tar.bz2 \ - file://disable_test.patch;apply=yes \ + file://disable_test.patch \ " S = "${WORKDIR}/fltk-${PV}" |