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/libusb | |
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/libusb')
-rw-r--r-- | recipes/libusb/libusb-compat_0.1.2.bb | 2 | ||||
-rw-r--r-- | recipes/libusb/libusb-compat_0.1.3.bb | 2 | ||||
-rw-r--r-- | recipes/libusb/libusb1_1.0.4.bb | 2 | ||||
-rw-r--r-- | recipes/libusb/libusb_0.1.12.bb | 2 |
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 9fa22bc17e..e4bedd5f30 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;patch=1" +SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;apply=yes" 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 85a5561685..e995551be9 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;patch=1" +SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;apply=yes" 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 8d0eaa0d7f..66ba5e1496 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;patch=1 \ + file://libusb-shortok.patch;apply=yes \ " S = "${WORKDIR}/libusb-${PV}" diff --git a/recipes/libusb/libusb_0.1.12.bb b/recipes/libusb/libusb_0.1.12.bb index 9b02ba4e75..f567862697 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;patch=1" + file://configure_fix.patch;apply=yes" S = "${WORKDIR}/libusb-${PV}" |