From dac5590fa857d45ef9d3d15e4ba0b941b4fd8375 Mon Sep 17 00:00:00 2001 From: Qing He Date: Sat, 12 Jun 2010 15:02:16 +0800 Subject: 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 Signed-off-by: Kevin Tian --- meta/packages/libusb/libusb_0.1.12.bb | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'meta') diff --git a/meta/packages/libusb/libusb_0.1.12.bb b/meta/packages/libusb/libusb_0.1.12.bb index a1ee23802..f40d32fe9 100644 --- a/meta/packages/libusb/libusb_0.1.12.bb +++ b/meta/packages/libusb/libusb_0.1.12.bb @@ -1,12 +1,19 @@ DESCRIPTION = "libusb is a library to provide userspace \ -access to USB devices." -HOMEPAGE = "http://libusb.sf.net" +access to USB devices. This is 0.1 legacy version" +HOMEPAGE = "http://www.libusb.org" 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" 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 -- cgit v1.2.3