diff options
Diffstat (limited to 'meta/recipes-support/libusb/libusb1_1.0.22.bb')
| -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 | " |
