aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libusb
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/libusb
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/libusb')
-rw-r--r--recipes/libusb/libusb-compat_0.1.2.bb2
-rw-r--r--recipes/libusb/libusb-compat_0.1.3.bb2
-rw-r--r--recipes/libusb/libusb1_1.0.4.bb2
-rw-r--r--recipes/libusb/libusb_0.1.12.bb2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/libusb/libusb-compat_0.1.2.bb b/recipes/libusb/libusb-compat_0.1.2.bb
index e4bedd5f30..236af3c24e 100644
--- a/recipes/libusb/libusb-compat_0.1.2.bb
+++ b/recipes/libusb/libusb-compat_0.1.2.bb
@@ -9,7 +9,7 @@ PR = "r0"
DEPENDS = "libusb1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/${P}.tar.bz2"
-SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;apply=yes"
+SRC_URI_append_nylon = " file://gcc-3-compatibility.patch"
inherit autotools_stage binconfig lib_package
diff --git a/recipes/libusb/libusb-compat_0.1.3.bb b/recipes/libusb/libusb-compat_0.1.3.bb
index e995551be9..25893c4a74 100644
--- a/recipes/libusb/libusb-compat_0.1.3.bb
+++ b/recipes/libusb/libusb-compat_0.1.3.bb
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/${P}.tar.bz2;name=libusbcompat013tarbz2"
SRC_URI[libusbcompat013tarbz2.md5sum] = "570ac2ea085b80d1f74ddc7c6a93c0eb"
SRC_URI[libusbcompat013tarbz2.sha256sum] = "a590a03b6188030ee1ca1a0af55685fcde005ca807b963970f839be776031d94"
-SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;apply=yes"
+SRC_URI_append_nylon = " file://gcc-3-compatibility.patch"
inherit autotools_stage binconfig lib_package
diff --git a/recipes/libusb/libusb1_1.0.4.bb b/recipes/libusb/libusb1_1.0.4.bb
index 66ba5e1496..3ff0ed3cdb 100644
--- a/recipes/libusb/libusb1_1.0.4.bb
+++ b/recipes/libusb/libusb1_1.0.4.bb
@@ -7,7 +7,7 @@ PR = "r1"
SRC_URI = " \
${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \
- file://libusb-shortok.patch;apply=yes \
+ file://libusb-shortok.patch \
"
S = "${WORKDIR}/libusb-${PV}"
diff --git a/recipes/libusb/libusb_0.1.12.bb b/recipes/libusb/libusb_0.1.12.bb
index f567862697..0f224a665b 100644
--- a/recipes/libusb/libusb_0.1.12.bb
+++ b/recipes/libusb/libusb_0.1.12.bb
@@ -6,7 +6,7 @@ PROVIDES = "virtual/libusb0"
PR = "r4"
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
- file://configure_fix.patch;apply=yes"
+ file://configure_fix.patch"
S = "${WORKDIR}/libusb-${PV}"