summaryrefslogtreecommitdiffstats
path: root/recipes/nonworking
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/nonworking
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
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/nonworking')
-rw-r--r--recipes/nonworking/aodv/aodv-modules_2.2.2.bb2
-rw-r--r--recipes/nonworking/atmelwlandriver/atmelwlandriver_3.3.5.6.bb2
-rw-r--r--recipes/nonworking/atmelwlandriver/atmelwlandriver_3.4.1.0.bb8
-rw-r--r--recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb2
-rw-r--r--recipes/nonworking/gnuboy/qtopiagnuboy_1.0.3.bb4
-rw-r--r--recipes/nonworking/greader/greader_0.61.bb2
-rw-r--r--recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb32
-rw-r--r--recipes/nonworking/guile/guile-native_1.6.4.bb2
-rw-r--r--recipes/nonworking/linux/linux-mtx-1_2.4.24.bb30
-rw-r--r--recipes/nonworking/mISDN/misdn_cvs.bb2
-rw-r--r--recipes/nonworking/maemo/hildon-home_0.8.20-2.bb4
-rw-r--r--recipes/nonworking/maemo/hildon-initscripts_0.8.14-1.bb2
-rw-r--r--recipes/nonworking/maemo/hildon-lgpl_0.9.14-2.bb2
-rw-r--r--recipes/nonworking/maemo/hildon-libs_0.9.6-2.bb2
-rw-r--r--recipes/nonworking/maemo/hildon-navigator_0.9.6-2.bb2
-rw-r--r--recipes/nonworking/maemo/sapwood_1.20-1.bb4
-rw-r--r--recipes/nonworking/php/php.inc4
-rw-r--r--recipes/nonworking/php/php_4.4.4.bb4
-rw-r--r--recipes/nonworking/pixdev/pixdev-stable_0.1.bb2
-rw-r--r--recipes/nonworking/python/python-gsl_0.2.0.bb2
-rw-r--r--recipes/nonworking/r/r_2.0.0.bb30
-rw-r--r--recipes/nonworking/sword/sword_1.5.9.bb2
-rw-r--r--recipes/nonworking/tetex/tetex_3.0.bb2
-rw-r--r--recipes/nonworking/unionfs/unionfs-modules_1.0.11.bb2
-rw-r--r--recipes/nonworking/unison/unison_2.9.1.bb2
25 files changed, 76 insertions, 76 deletions
diff --git a/recipes/nonworking/aodv/aodv-modules_2.2.2.bb b/recipes/nonworking/aodv/aodv-modules_2.2.2.bb
index 487fc06838..417d6766ec 100644
--- a/recipes/nonworking/aodv/aodv-modules_2.2.2.bb
+++ b/recipes/nonworking/aodv/aodv-modules_2.2.2.bb
@@ -4,7 +4,7 @@ PRIORITY = "optional"
LICENSE = "GPL"
SRC_URI = "http://www.antd.nist.gov/wctg/aodv_kernel/kernel-aodv_v${PV}.tgz \
- file://fix-makefile.patch;apply=yes"
+ file://fix-makefile.patch"
S = "${WORKDIR}/kernel-aodv_v${PV}"
inherit module
diff --git a/recipes/nonworking/atmelwlandriver/atmelwlandriver_3.3.5.6.bb b/recipes/nonworking/atmelwlandriver/atmelwlandriver_3.3.5.6.bb
index 58c353e247..b6f39e964d 100644
--- a/recipes/nonworking/atmelwlandriver/atmelwlandriver_3.3.5.6.bb
+++ b/recipes/nonworking/atmelwlandriver/atmelwlandriver_3.3.5.6.bb
@@ -1,7 +1,7 @@
SRC_URI = "${SOURCEFORGE_MIRROR}/atmelwlandriver/atmelwlandriver-${PV}.tar.bz2 \
file://dotconfig \
file://pcmf502rd.conf \
- file://makefile.patch;apply=yes"
+ file://makefile.patch"
S = "${WORKDIR}/atmelwlandriver"
LICENSE = "GPL"
diff --git a/recipes/nonworking/atmelwlandriver/atmelwlandriver_3.4.1.0.bb b/recipes/nonworking/atmelwlandriver/atmelwlandriver_3.4.1.0.bb
index 6d7739ce7f..ff97fc2856 100644
--- a/recipes/nonworking/atmelwlandriver/atmelwlandriver_3.4.1.0.bb
+++ b/recipes/nonworking/atmelwlandriver/atmelwlandriver_3.4.1.0.bb
@@ -1,10 +1,10 @@
SRC_URI = "${SOURCEFORGE_MIRROR}/atmelwlandriver/atmelwlandriver-${PV}.tar.bz2 \
file://dotconfig \
file://pcmf502rd.conf \
- file://makefile.patch;apply=yes \
- file://add-compaq-usb-ids.patch;apply=yes \
- file://power-on-and-leds.patch;apply=yes \
- file://fix-kernel-version-test-for-hh.patch;apply=yes"
+ file://makefile.patch \
+ file://add-compaq-usb-ids.patch \
+ file://power-on-and-leds.patch \
+ file://fix-kernel-version-test-for-hh.patch"
S = "${WORKDIR}/atmelwlandriver"
LICENSE = "GPL"
PR = "r2"
diff --git a/recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb b/recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb
index 2f12306b1f..c35193dcee 100644
--- a/recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb
+++ b/recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb
@@ -3,7 +3,7 @@ require e2fsprogs.inc
PR = "r0"
DEFAULT_PREFERENCE = "-1"
-SRC_URI += "file://no-hardlinks.patch;apply=yes"
+SRC_URI += "file://no-hardlinks.patch"
do_compile_prepend () {
find ./ -print|xargs chmod u=rwX
diff --git a/recipes/nonworking/gnuboy/qtopiagnuboy_1.0.3.bb b/recipes/nonworking/gnuboy/qtopiagnuboy_1.0.3.bb
index cb74e6f006..55c27903a4 100644
--- a/recipes/nonworking/gnuboy/qtopiagnuboy_1.0.3.bb
+++ b/recipes/nonworking/gnuboy/qtopiagnuboy_1.0.3.bb
@@ -4,8 +4,8 @@ PRIORITY = "optional"
DEPENDS = "libsdl-qpe"
SRC_URI = "http://www.warmi.net/zaurus/files/gnuboy-${PV}-qtopia3.tar.gz \
- file://qtopiagnuboyl-hwkeys.patch;apply=yes \
- file://gcc3.patch;apply=yes"
+ file://qtopiagnuboyl-hwkeys.patch \
+ file://gcc3.patch"
S = "${WORKDIR}/gnuboy"
FILES = ""
diff --git a/recipes/nonworking/greader/greader_0.61.bb b/recipes/nonworking/greader/greader_0.61.bb
index 392a1205e9..a75d208ccf 100644
--- a/recipes/nonworking/greader/greader_0.61.bb
+++ b/recipes/nonworking/greader/greader_0.61.bb
@@ -6,7 +6,7 @@ SECTION = "gpe/applications"
#RDEPENDS = "gpe-icons"
SRC_URI = "http://handhelds.org/~gberenfield/${PN}_${PV}_src.tgz \
- file://greader.patch;apply=yes"
+ file://greader.patch"
S = "${WORKDIR}/greader/"
SRC_URI[md5sum] = "6a2c4167c79ccd768e770e693e5e69bd"
diff --git a/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb b/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb
index ecaf7fb546..2b7ea24095 100644
--- a/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb
+++ b/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb
@@ -25,23 +25,23 @@ RRECOMMENDS_${PN}_linux-gnueabi = " "
FILESPATH = "${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \
- file://no-xwc.patch;apply=yes \
- file://automake-lossage.patch;apply=yes \
- file://disable-tooltips.patch;apply=yes \
+ file://no-xwc.patch \
+ file://automake-lossage.patch \
+ file://disable-tooltips.patch \
file://gtklabel-resize-patch;apply=yes \
- file://menu-deactivate.patch;apply=yes \
- file://xsettings.patch;apply=yes \
- file://scroll-timings.patch;apply=yes \
- file://small-gtkfilesel.patch;apply=yes \
- file://migration.patch;apply=yes;striplevel=0 \
- file://run-iconcache.patch;apply=yes \
- file://hardcoded_libtool.patch;apply=yes \
- file://no-demos.patch;apply=yes \
- file://single-click.patch;apply=yes \
- file://spinbutton.patch;apply=yes \
- file://gtk+-handhelds.patch;apply=yes \
- file://directfb-pixbuf-deprecated-fix.patch;apply=yes \
-# file://gtk-doc.patch;apply=yes \
+ file://menu-deactivate.patch \
+ file://xsettings.patch \
+ file://scroll-timings.patch \
+ file://small-gtkfilesel.patch \
+ file://migration.patch;striplevel=0 \
+ file://run-iconcache.patch \
+ file://hardcoded_libtool.patch \
+ file://no-demos.patch \
+ file://single-click.patch \
+ file://spinbutton.patch \
+ file://gtk+-handhelds.patch \
+ file://directfb-pixbuf-deprecated-fix.patch \
+# file://gtk-doc.patch \
"
EXTRA_OECONF =" \
--prefix=${STAGING_DIR_HOST}${layout_prefix} \
diff --git a/recipes/nonworking/guile/guile-native_1.6.4.bb b/recipes/nonworking/guile/guile-native_1.6.4.bb
index 7d5e95b001..6ccbf9b1f5 100644
--- a/recipes/nonworking/guile/guile-native_1.6.4.bb
+++ b/recipes/nonworking/guile/guile-native_1.6.4.bb
@@ -2,7 +2,7 @@ SECTION = "unknown"
LICENSE = "GPL"
DEPENDS = "gmp-native"
SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \
- file://guile-amd64.patch;apply=yes"
+ file://guile-amd64.patch"
inherit autotools native
diff --git a/recipes/nonworking/linux/linux-mtx-1_2.4.24.bb b/recipes/nonworking/linux/linux-mtx-1_2.4.24.bb
index 7eb233c22c..52f5d9d5a5 100644
--- a/recipes/nonworking/linux/linux-mtx-1_2.4.24.bb
+++ b/recipes/nonworking/linux/linux-mtx-1_2.4.24.bb
@@ -6,21 +6,21 @@ RDEPENDS = "mtd-utils"
PR ="r2"
SRC_URI = "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_24_pre2 \
- file://01-mtd-2004-01-27.diff;apply=yes \
- file://02-mtd-mtx-1-map.diff;apply=yes \
- file://03-mtd-erase-compiler-bug.diff;apply=yes \
- file://04-zboot-2.4.24.patch;apply=yes \
- file://05-zboot-cflags.diff;apply=yes \
- file://06-zboot-mtx.diff;apply=yes \
- file://07-zimage-flash-bin.patch;apply=yes \
- file://08-usb-nonpci-2.4.24.patch;apply=yes \
- file://09-iw-max-spy-32.diff;apply=yes \
- file://10-mtx-pci-slots.diff;apply=yes \
- file://11-mtx-extraversion.diff;apply=yes \
- file://12-openswan-2.2.0-nat-t.diff;apply=yes \
- file://13-openswan-2.2.0.patch;apply=yes \
- file://14-au1000-eth-vlan.diff;apply=yes \
- file://15-mtd-proc-partition-rw.diff;apply=yes \
+ file://01-mtd-2004-01-27.diff \
+ file://02-mtd-mtx-1-map.diff \
+ file://03-mtd-erase-compiler-bug.diff \
+ file://04-zboot-2.4.24.patch \
+ file://05-zboot-cflags.diff \
+ file://06-zboot-mtx.diff \
+ file://07-zimage-flash-bin.patch \
+ file://08-usb-nonpci-2.4.24.patch \
+ file://09-iw-max-spy-32.diff \
+ file://10-mtx-pci-slots.diff \
+ file://11-mtx-extraversion.diff \
+ file://12-openswan-2.2.0-nat-t.diff \
+ file://13-openswan-2.2.0.patch \
+ file://14-au1000-eth-vlan.diff \
+ file://15-mtd-proc-partition-rw.diff \
file://defconfig-mtx-1"
S = "${WORKDIR}/linux"
diff --git a/recipes/nonworking/mISDN/misdn_cvs.bb b/recipes/nonworking/mISDN/misdn_cvs.bb
index 981be86035..5d254b0e74 100644
--- a/recipes/nonworking/mISDN/misdn_cvs.bb
+++ b/recipes/nonworking/mISDN/misdn_cvs.bb
@@ -9,7 +9,7 @@ DEFAULT_PREFERENCE = "-1"
# hfcs_usb_endianchecks.diff does not apply cleanly anymore (cf. bug 240)
# without it the package at least compiles. no guarantees about functionality.
SRC_URI = "cvs://anonymous:readonly@cvs.isdn4linux.de/i4ldev;module=mISDN;method=pserver \
-# file://hfcs_usb_endianchecks.diff;apply=yes \
+# file://hfcs_usb_endianchecks.diff \
file://Makefile"
S = "${WORKDIR}/mISDN/"
diff --git a/recipes/nonworking/maemo/hildon-home_0.8.20-2.bb b/recipes/nonworking/maemo/hildon-home_0.8.20-2.bb
index 9b96843c7f..61c2ddf5bb 100644
--- a/recipes/nonworking/maemo/hildon-home_0.8.20-2.bb
+++ b/recipes/nonworking/maemo/hildon-home_0.8.20-2.bb
@@ -4,8 +4,8 @@ LICENSE = "GPL"
DEPENDS = "gtk+-2.6.4-1.osso7 hildon-lgpl libosso hildon-base-lib hildon-libs osso-gnome-vfs2 osso-thumbnail"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
- file://source.patch;apply=yes;striplevel=0 \
- file://noWerror.patch;apply=yes;striplevel=0"
+ file://source.patch;striplevel=0 \
+ file://noWerror.patch;striplevel=0"
S = "${WORKDIR}/hildon-home-0.8.20"
diff --git a/recipes/nonworking/maemo/hildon-initscripts_0.8.14-1.bb b/recipes/nonworking/maemo/hildon-initscripts_0.8.14-1.bb
index 70ce931a5a..713d6da669 100644
--- a/recipes/nonworking/maemo/hildon-initscripts_0.8.14-1.bb
+++ b/recipes/nonworking/maemo/hildon-initscripts_0.8.14-1.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
DEPENDS = "gtk+-2.6.4-1.osso7 matchbox-wm dbus osso-esd"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
- file://hildon-initscripts-source.patch;apply=yes;striplevel=0"
+ file://hildon-initscripts-source.patch;striplevel=0"
S = "${WORKDIR}/hildon-initscripts-0.8.14"
diff --git a/recipes/nonworking/maemo/hildon-lgpl_0.9.14-2.bb b/recipes/nonworking/maemo/hildon-lgpl_0.9.14-2.bb
index cc8c3ac0c3..3d5a9d6bd0 100644
--- a/recipes/nonworking/maemo/hildon-lgpl_0.9.14-2.bb
+++ b/recipes/nonworking/maemo/hildon-lgpl_0.9.14-2.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPL"
DEPENDS = "gtk+-2.6.4-1.osso7 outo libxtst libmatchbox libxi libxt libpng gconf"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-lgpl/hildon-lgpl_${PV}.tar.gz \
- file://hildon-lgpl-noWerror.patch;apply=yes"
+ file://hildon-lgpl-noWerror.patch"
S = "${WORKDIR}/hildon-lgpl-0.9.14"
EXTRA_OECONF = "--enable-shared --disable-gtk-doc"
diff --git a/recipes/nonworking/maemo/hildon-libs_0.9.6-2.bb b/recipes/nonworking/maemo/hildon-libs_0.9.6-2.bb
index 7dd559aa5f..2e5e6d9903 100644
--- a/recipes/nonworking/maemo/hildon-libs_0.9.6-2.bb
+++ b/recipes/nonworking/maemo/hildon-libs_0.9.6-2.bb
@@ -3,7 +3,7 @@ LICENSE = "LGPL"
DEPENDS = "dbus hildon-lgpl hildon-fm outo gtk+-2.6.4-1.osso7"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
- file://hildon-libs-no-werror.patch;apply=yes"
+ file://hildon-libs-no-werror.patch"
S = "${WORKDIR}/hildon-libs-0.9.6"
diff --git a/recipes/nonworking/maemo/hildon-navigator_0.9.6-2.bb b/recipes/nonworking/maemo/hildon-navigator_0.9.6-2.bb
index 3c5a59f29a..28598a1dcc 100644
--- a/recipes/nonworking/maemo/hildon-navigator_0.9.6-2.bb
+++ b/recipes/nonworking/maemo/hildon-navigator_0.9.6-2.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
DEPENDS = "gtk+-2.6.4-1.osso7 libmatchbox gconf hildon-lgpl libosso osso-af-settings hildon-base-lib"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \
- file://source.patch;apply=yes;striplevel=0"
+ file://source.patch;striplevel=0"
S = "${WORKDIR}/hildon-navigator-0.9.6"
diff --git a/recipes/nonworking/maemo/sapwood_1.20-1.bb b/recipes/nonworking/maemo/sapwood_1.20-1.bb
index 9b4710e486..f72b1f86b0 100644
--- a/recipes/nonworking/maemo/sapwood_1.20-1.bb
+++ b/recipes/nonworking/maemo/sapwood_1.20-1.bb
@@ -7,8 +7,8 @@ DEPENDS = "gtk+-2.6.4-1.osso7"
FILES_${PN} += "${libdir}/gtk-2.0/2.4.0/engines/"
SRC_URI = "http://stage.maemo.org/pool/maemo/ossw/source/s/${PN}/${PN}_${PV}.tar.gz \
- file://cflags.patch;apply=yes;striplevel=0 \
- file://sockets.patch;apply=yes;striplevel=0"
+ file://cflags.patch;striplevel=0 \
+ file://sockets.patch;striplevel=0"
S = "${WORKDIR}/${PN}-1.20"
EXTRA_OECONF = "--enable-abstract-sockets=no"
diff --git a/recipes/nonworking/php/php.inc b/recipes/nonworking/php/php.inc
index 9446b82611..bfee93c5cd 100644
--- a/recipes/nonworking/php/php.inc
+++ b/recipes/nonworking/php/php.inc
@@ -4,8 +4,8 @@ SECTION = "console/network"
LICENSE = "PHP"
SRC_URI = "http://us2.php.net/distributions/php-${PV}.tar.bz2;name=src \
- file://acinclude-xml2-config.patch;apply=yes \
- file://php-m4-divert.patch;apply=yes"
+ file://acinclude-xml2-config.patch \
+ file://php-m4-divert.patch"
S = "${WORKDIR}/php-${PV}"
diff --git a/recipes/nonworking/php/php_4.4.4.bb b/recipes/nonworking/php/php_4.4.4.bb
index a14fc20e32..b97a97440f 100644
--- a/recipes/nonworking/php/php_4.4.4.bb
+++ b/recipes/nonworking/php/php_4.4.4.bb
@@ -3,8 +3,8 @@ require php.inc
PR = "r1"
SRC_URI = "http://museum.php.net/php4/php-${PV}.tar.bz2 \
- file://${FILESDIR}/autotools.patch;apply=yes \
- file://${FILESDIR}/pear.patch;apply=yes"
+ file://${FILESDIR}/autotools.patch \
+ file://${FILESDIR}/pear.patch"
SRC_URI[md5sum] = "bc6fa8908e2ac36e93bab9f7d42cda3a"
diff --git a/recipes/nonworking/pixdev/pixdev-stable_0.1.bb b/recipes/nonworking/pixdev/pixdev-stable_0.1.bb
index 56b39b07dc..405b802d92 100644
--- a/recipes/nonworking/pixdev/pixdev-stable_0.1.bb
+++ b/recipes/nonworking/pixdev/pixdev-stable_0.1.bb
@@ -5,7 +5,7 @@ DEPENDS = "microwindows"
RDEPENDS = "microwindows"
SRC_URI = "${SOURCEFORGE_MIRROR}/pixdev/pixdev-stable-${PV}.tar.gz \
- file://${FILESDIR}/braces.patch;apply=yes"
+ file://${FILESDIR}/braces.patch"
export EXTRA_OEMAKE=
inherit autotools
diff --git a/recipes/nonworking/python/python-gsl_0.2.0.bb b/recipes/nonworking/python/python-gsl_0.2.0.bb
index 79cecf14a7..7673f23875 100644
--- a/recipes/nonworking/python/python-gsl_0.2.0.bb
+++ b/recipes/nonworking/python/python-gsl_0.2.0.bb
@@ -6,7 +6,7 @@ RDEPENDS = "python-core gsl"
SRCNAME = "pygsl"
SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
- file://${FILESDIR}/cross-compile.patch;apply=yes"
+ file://${FILESDIR}/cross-compile.patch"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
diff --git a/recipes/nonworking/r/r_2.0.0.bb b/recipes/nonworking/r/r_2.0.0.bb
index fc230f9bad..0815869fcc 100644
--- a/recipes/nonworking/r/r_2.0.0.bb
+++ b/recipes/nonworking/r/r_2.0.0.bb
@@ -6,21 +6,21 @@ PRIORITY = "optional"
DEPENDS = "ncurses readline less perl-native r-native"
SRC_URI = "http://www.stats.bris.ac.uk/R/src/base/R-2/R-${PV}.tar.gz \
- file://configure.patch;apply=yes \
- file://src_library_Makefile.patch;apply=yes \
- file://src_library_Recommended_Makefile.patch;apply=yes \
- file://src_library_base_Makefile.patch;apply=yes \
- file://src_library_tools_Makefile.patch;apply=yes \
- file://src_library_utils_Makefile.patch;apply=yes \
- file://src_library_datasets_Makefile.patch;apply=yes \
- file://src_library_graphics_Makefile.patch;apply=yes \
- file://src_library_grid_Makefile.patch;apply=yes \
- file://src_library_methods_Makefile.patch;apply=yes \
- file://src_library_splines_Makefile.patch;apply=yes \
- file://src_library_stats4_Makefile.patch;apply=yes \
- file://src_library_stats_Makefile.patch;apply=yes \
- file://src_library_tcltk_Makefile.patch;apply=yes \
- file://src_library_grDevices_Makefile.patch;apply=yes"
+ file://configure.patch \
+ file://src_library_Makefile.patch \
+ file://src_library_Recommended_Makefile.patch \
+ file://src_library_base_Makefile.patch \
+ file://src_library_tools_Makefile.patch \
+ file://src_library_utils_Makefile.patch \
+ file://src_library_datasets_Makefile.patch \
+ file://src_library_graphics_Makefile.patch \
+ file://src_library_grid_Makefile.patch \
+ file://src_library_methods_Makefile.patch \
+ file://src_library_splines_Makefile.patch \
+ file://src_library_stats4_Makefile.patch \
+ file://src_library_stats_Makefile.patch \
+ file://src_library_tcltk_Makefile.patch \
+ file://src_library_grDevices_Makefile.patch"
S = "${WORKDIR}/R-${PV}"
diff --git a/recipes/nonworking/sword/sword_1.5.9.bb b/recipes/nonworking/sword/sword_1.5.9.bb
index 24c6ac7aa6..d9f3c65fa0 100644
--- a/recipes/nonworking/sword/sword_1.5.9.bb
+++ b/recipes/nonworking/sword/sword_1.5.9.bb
@@ -9,7 +9,7 @@ LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-${PV}.tar.gz \
- file://gcc-visibility.patch;apply=yes"
+ file://gcc-visibility.patch"
inherit autotools pkgconfig lib_package
diff --git a/recipes/nonworking/tetex/tetex_3.0.bb b/recipes/nonworking/tetex/tetex_3.0.bb
index b52666dedb..ee0f84c010 100644
--- a/recipes/nonworking/tetex/tetex_3.0.bb
+++ b/recipes/nonworking/tetex/tetex_3.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "tetex-native flex gd ncurses libpng t1lib virtual/libx11 libxau libxe
PR = "r6"
SRC_URI = "ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/tetex-src-${PV}.tar.gz \
- file://configure.patch;apply=yes"
+ file://configure.patch"
S = "${WORKDIR}/tetex-src-${PV}"
inherit autotools
diff --git a/recipes/nonworking/unionfs/unionfs-modules_1.0.11.bb b/recipes/nonworking/unionfs/unionfs-modules_1.0.11.bb
index 03aebbdbdb..c82a0cb5dc 100644
--- a/recipes/nonworking/unionfs/unionfs-modules_1.0.11.bb
+++ b/recipes/nonworking/unionfs/unionfs-modules_1.0.11.bb
@@ -1,7 +1,7 @@
require unionfs-modules.inc
require unionfs.inc
-SRC_URI += "file://make.patch;apply=yes"
+SRC_URI += "file://make.patch"
SRC_URI[md5sum] = "494651fe0cf724c093b4be80e35e857f"
SRC_URI[sha256sum] = "f1df81423a65590ffd20df43f5cd0be14cf6746437eb40c2c924f5f58a6e18a7" \ No newline at end of file
diff --git a/recipes/nonworking/unison/unison_2.9.1.bb b/recipes/nonworking/unison/unison_2.9.1.bb
index bd2e615990..82ce78c361 100644
--- a/recipes/nonworking/unison/unison_2.9.1.bb
+++ b/recipes/nonworking/unison/unison_2.9.1.bb
@@ -3,7 +3,7 @@ SECTION = "net"
PRIORITY = "optional"
SRC_URI = "${DEBIAN_MIRROR}/main/u/${PN}/${PN}_${PV}.orig.tar.gz \
- file://${FILESDIR}/debian.patch;apply=yes"
+ file://${FILESDIR}/debian.patch"
SRC_URI[md5sum] = "d8084fa87c13671de21ec1b701a4606c"
SRC_URI[sha256sum] = "42420dcea33d337cb9859d7f51d76ec5a1cf48f7f8b24b1b820c969248a270a6"