diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-27 11:20:04 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-16 09:48:52 +0000 |
| commit | fca7b22674a2e23fb1cfcc46550531154c90fee6 (patch) | |
| tree | bcdd7da18bb584e22f4f73465543c2db6d891058 | |
| parent | e340dafa0e6ba93effb04e7e79d7858ac05454f8 (diff) | |
| download | poky-fca7b22674a2e23fb1cfcc46550531154c90fee6.tar.gz | |
libusb1: correct SRC_URI
(From OE-Core rev: 88c0290520c9e4982d25c20e783bd91eec016b52)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d4c37ca1f1e97d53045521e9894dc9ed5b1c22a1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libusb/libusb1_1.0.22.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libusb/libusb1_1.0.22.bb b/meta/recipes-support/libusb/libusb1_1.0.22.bb index a4fe4de2cb..ffa8f0320c 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.22.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.22.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Userspace library to access USB (version 1.0)" | 1 | SUMMARY = "Userspace library to access USB (version 1.0)" |
| 2 | DESCRIPTION = "A cross-platform library to access USB devices from Linux, \ | 2 | DESCRIPTION = "A cross-platform library to access USB devices from Linux, \ |
| 3 | macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace." | 3 | macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace." |
| 4 | HOMEPAGE = "http://libusb.sf.net" | 4 | HOMEPAGE = "https://libusb.info" |
| 5 | BUGTRACKER = "http://www.libusb.org/report" | 5 | BUGTRACKER = "http://www.libusb.org/report" |
| 6 | SECTION = "libs" | 6 | SECTION = "libs" |
| 7 | 7 | ||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | |||
| 10 | 10 | ||
| 11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
| 12 | 12 | ||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \ | 13 | SRC_URI = "https://github.com/libusb/libusb/releases/download/v${PV}/libusb-${PV}.tar.bz2 \ |
| 14 | file://no-dll.patch \ | 14 | file://no-dll.patch \ |
| 15 | file://run-ptest \ | 15 | file://run-ptest \ |
| 16 | " | 16 | " |
