mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
libusb1: correct SRC_URI
(From OE-Core rev: da945043aef07a77be8d6663d419b5c690997688) 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: Anuj Mittal <anuj.mittal@intel.com> (cherry picked from commit 0fccab0724769a862e31e635ffa1db3ba2f37312) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
333654a50c
commit
ba91997abe
|
|
@ -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,10 +10,12 @@ 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://run-ptest \
|
||||
"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb/releases"
|
||||
|
||||
SRC_URI[sha256sum] = "7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a"
|
||||
|
||||
S = "${WORKDIR}/libusb-${PV}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user