diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-05-15 06:57:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-15 23:24:44 +0100 |
commit | 67448158c7ef03119a5065bc62cf90e886f5c564 (patch) | |
tree | ddfcfbae13378f58f950bb8b7280aded12003ca8 /meta/recipes-support/libusb | |
parent | 85f51bb754d154ba1f2d3a3903b67d4994efe52f (diff) | |
download | poky-67448158c7ef03119a5065bc62cf90e886f5c564.tar.gz |
libusb1: Update to 1.0.18
(From OE-Core rev: 62bccaa7979213555fced945b1b09e92683d4213)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libusb')
-rw-r--r-- | meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch (renamed from meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/libusb/libusb1_1.0.18.bb (renamed from meta/recipes-support/libusb/libusb1_1.0.9.bb) | 7 |
2 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch b/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch index b1dd66c969..b1dd66c969 100644 --- a/meta/recipes-support/libusb/libusb1-1.0.9/obsolete_automake_macros.patch +++ b/meta/recipes-support/libusb/libusb1/obsolete_automake_macros.patch | |||
diff --git a/meta/recipes-support/libusb/libusb1_1.0.9.bb b/meta/recipes-support/libusb/libusb1_1.0.18.bb index d57425b3c5..c64f1dba21 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.9.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.18.bb | |||
@@ -8,14 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | |||
8 | 8 | ||
9 | BBCLASSEXTEND = "native nativesdk" | 9 | BBCLASSEXTEND = "native nativesdk" |
10 | 10 | ||
11 | PR = "r1" | ||
12 | |||
13 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ |
14 | file://obsolete_automake_macros.patch \ | ||
15 | " | 12 | " |
16 | 13 | ||
17 | SRC_URI[md5sum] = "7f5a02375ad960d4e33a6dae7d63cfcb" | 14 | SRC_URI[md5sum] = "4a6d049923efc6496f1d383054dac1a6" |
18 | SRC_URI[sha256sum] = "e920eedc2d06b09606611c99ec7304413c6784cba6e33928e78243d323195f9b" | 15 | SRC_URI[sha256sum] = "c73f5cec45a5de94418da4e151b7232958571926984acfb9bce02b9424e83720" |
19 | 16 | ||
20 | S = "${WORKDIR}/libusb-${PV}" | 17 | S = "${WORKDIR}/libusb-${PV}" |
21 | 18 | ||