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/fltk | |
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/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 90e7e1b704..119881e4fe 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;patch=1" + file://fix.void.cast.patch;apply=yes" S = "${WORKDIR}/efltk" inherit autotools binconfig diff --git a/recipes/fltk/fltk2_svn.bb b/recipes/fltk/fltk2_svn.bb index 95ed5c6d7f..547e3ea64d 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;patch=1 \ + file://fix-it-damnit.patch;apply=yes \ " S = "${WORKDIR}/trunk" diff --git a/recipes/fltk/fltk_1.1.10.bb b/recipes/fltk/fltk_1.1.10.bb index cbc066ddc9..0a0ed4a45f 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;patch=1 \ -# http://ftp.de.debian.org/debian/pool/main/f/fltk1.1/fltk1.1_1.1.10-2.diff.gz;patch=1 \ + 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 \ " S = "${WORKDIR}/fltk-${PV}" diff --git a/recipes/fltk/fltk_1.1.9.bb b/recipes/fltk/fltk_1.1.9.bb index caf31eb570..82e89ed4a9 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;patch=1 \ + file://disable_test.patch;apply=yes \ " S = "${WORKDIR}/fltk-${PV}" |