mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
libusb: fix metadata
update homepage change license to reflect GPL|BSD dual licensing of the header update description to reflect the legacy version change to use new patch parameter Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
@@ -1,12 +1,19 @@
|
|||||||
DESCRIPTION = "libusb is a library to provide userspace \
|
DESCRIPTION = "libusb is a library to provide userspace \
|
||||||
access to USB devices."
|
access to USB devices. This is 0.1 legacy version"
|
||||||
HOMEPAGE = "http://libusb.sf.net"
|
HOMEPAGE = "http://www.libusb.org"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "LGPL"
|
|
||||||
|
# usb.h.in and usb.h.in are under dual license of LGPL|BSD
|
||||||
|
# COPYING is presented as LGPLv2.1+ but not used
|
||||||
|
|
||||||
|
LICENSE = "LGPLv2+ & ( LGPLv2+ | BSD )"
|
||||||
|
LICENSE_libusb = "LGPLv2+"
|
||||||
|
LICENSE_libusb-dev = "LGPLv2+ | BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f2ac5f3ac4835e8f91324a26a590a423"
|
||||||
PR = "r5"
|
PR = "r5"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
|
||||||
file://configure_fix.patch;patch=1"
|
file://configure_fix.patch;apply=yes"
|
||||||
|
|
||||||
inherit autotools pkgconfig binconfig lib_package
|
inherit autotools pkgconfig binconfig lib_package
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user