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:05 +0100 |
commit | 62bccaa7979213555fced945b1b09e92683d4213 (patch) | |
tree | 380ef0dc18d04c7e27dab4f49ac45a273c6b9dbb | |
parent | 149885560e2fbc91c7f60226d015ba9842373e26 (diff) | |
download | openembedded-core-62bccaa7979213555fced945b1b09e92683d4213.tar.gz openembedded-core-62bccaa7979213555fced945b1b09e92683d4213.tar.bz2 openembedded-core-62bccaa7979213555fced945b1b09e92683d4213.zip |
libusb1: Update to 1.0.18
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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" BBCLASSEXTEND = "native nativesdk" -PR = "r1" - SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ - file://obsolete_automake_macros.patch \ " -SRC_URI[md5sum] = "7f5a02375ad960d4e33a6dae7d63cfcb" -SRC_URI[sha256sum] = "e920eedc2d06b09606611c99ec7304413c6784cba6e33928e78243d323195f9b" +SRC_URI[md5sum] = "4a6d049923efc6496f1d383054dac1a6" +SRC_URI[sha256sum] = "c73f5cec45a5de94418da4e151b7232958571926984acfb9bce02b9424e83720" S = "${WORKDIR}/libusb-${PV}" |