diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-30 10:31:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:31:00 +0000 |
commit | 30ce005e3fca7ff33ba99a6e0dded256ca85e6eb (patch) | |
tree | b16b9475fbe32c32c2386ed41beb63e7afa7c3a1 /meta/recipes-support | |
parent | 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7 (diff) | |
download | poky-30ce005e3fca7ff33ba99a6e0dded256ca85e6eb.tar.gz |
libusb-compat: Update to 0.1.4
(From OE-Core rev: d7fd4b457ee5b5fedd9cf9d739854c2a8cbb480e)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libusb/libusb-compat-0.1.4/0.1.0-beta1-gcc3.4-fix.patch (renamed from meta/recipes-support/libusb/libusb-compat-0.1.3/0.1.0-beta1-gcc3.4-fix.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/libusb/libusb-compat_0.1.4.bb (renamed from meta/recipes-support/libusb/libusb-compat_0.1.3.bb) | 9 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-support/libusb/libusb-compat-0.1.3/0.1.0-beta1-gcc3.4-fix.patch b/meta/recipes-support/libusb/libusb-compat-0.1.4/0.1.0-beta1-gcc3.4-fix.patch index b255457eb1..b255457eb1 100644 --- a/meta/recipes-support/libusb/libusb-compat-0.1.3/0.1.0-beta1-gcc3.4-fix.patch +++ b/meta/recipes-support/libusb/libusb-compat-0.1.4/0.1.0-beta1-gcc3.4-fix.patch | |||
diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb b/meta/recipes-support/libusb/libusb-compat_0.1.4.bb index 98d6a9a9ac..24df017d21 100644 --- a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb +++ b/meta/recipes-support/libusb/libusb-compat_0.1.4.bb | |||
@@ -16,13 +16,14 @@ PROVIDES = "libusb virtual/libusb0" | |||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | 17 | ||
18 | PE = "1" | 18 | PE = "1" |
19 | PR = "r6" | 19 | PR = "r0" |
20 | 20 | ||
21 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \ | 21 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \ |
22 | file://0.1.0-beta1-gcc3.4-fix.patch" | 22 | " |
23 | # file://0.1.0-beta1-gcc3.4-fix.patch" | ||
23 | 24 | ||
24 | SRC_URI[md5sum] = "570ac2ea085b80d1f74ddc7c6a93c0eb" | 25 | SRC_URI[md5sum] = "2ca521fffadd0c28fdf174e6ec73865b" |
25 | SRC_URI[sha256sum] = "a590a03b6188030ee1ca1a0af55685fcde005ca807b963970f839be776031d94" | 26 | SRC_URI[sha256sum] = "ed5bdd160c7b01ef767fb931a81b454f46226d1e2cf58502ced758d3e5a9fdc4" |
26 | 27 | ||
27 | inherit autotools pkgconfig binconfig lib_package | 28 | inherit autotools pkgconfig binconfig lib_package |
28 | 29 | ||