]> code.ossystems Code Review - openembedded-core.git/commitdiff
libusb: fix metadata
authorQing He <qing.he@intel.com>
Sat, 12 Jun 2010 07:02:16 +0000 (15:02 +0800)
committerJoshua Lock <josh@linux.intel.com>
Thu, 17 Jun 2010 22:15:06 +0000 (23:15 +0100)
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>
meta/packages/libusb/libusb_0.1.12.bb

index a1ee23802528ef79938f159e3e41a5103aa038be..f40d32fe944dcc5432353f89e948aa6ea47d6bcc 100644 (file)
@@ -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