mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e340dafa0e
commit
fca7b22674
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Userspace library to access USB (version 1.0)"
|
||||
DESCRIPTION = "A cross-platform library to access USB devices from Linux, \
|
||||
macOS, Windows, OpenBSD/NetBSD, Haiku and Solaris userspace."
|
||||
HOMEPAGE = "http://libusb.sf.net"
|
||||
HOMEPAGE = "https://libusb.info"
|
||||
BUGTRACKER = "http://www.libusb.org/report"
|
||||
SECTION = "libs"
|
||||
|
||||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \
|
||||
SRC_URI = "https://github.com/libusb/libusb/releases/download/v${PV}/libusb-${PV}.tar.bz2 \
|
||||
file://no-dll.patch \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user