summaryrefslogtreecommitdiffstats
path: root/meta/packages/libusb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-06-12 15:02:16 +0800
committerJoshua Lock <josh@linux.intel.com>2010-06-17 23:15:06 +0100
commitdac5590fa857d45ef9d3d15e4ba0b941b4fd8375 (patch)
treee5e833d1e0119a654305264e4f11e213d0d2616d /meta/packages/libusb
parent3d4e130e85fce781a47c3b27cadf5ea4d77d56ee (diff)
downloadpoky-dac5590fa857d45ef9d3d15e4ba0b941b4fd8375.tar.gz
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>
Diffstat (limited to 'meta/packages/libusb')
-rw-r--r--meta/packages/libusb/libusb_0.1.12.bb15
1 files changed, 11 insertions, 4 deletions
diff --git a/meta/packages/libusb/libusb_0.1.12.bb b/meta/packages/libusb/libusb_0.1.12.bb
index a1ee238025..f40d32fe94 100644
--- a/meta/packages/libusb/libusb_0.1.12.bb
+++ b/meta/packages/libusb/libusb_0.1.12.bb
@@ -1,12 +1,19 @@
1DESCRIPTION = "libusb is a library to provide userspace \ 1DESCRIPTION = "libusb is a library to provide userspace \
2access to USB devices." 2access to USB devices. This is 0.1 legacy version"
3HOMEPAGE = "http://libusb.sf.net" 3HOMEPAGE = "http://www.libusb.org"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "LGPL" 5
6# usb.h.in and usb.h.in are under dual license of LGPL|BSD
7# COPYING is presented as LGPLv2.1+ but not used
8
9LICENSE = "LGPLv2+ & ( LGPLv2+ | BSD )"
10LICENSE_libusb = "LGPLv2+"
11LICENSE_libusb-dev = "LGPLv2+ | BSD"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=f2ac5f3ac4835e8f91324a26a590a423"
6PR = "r5" 13PR = "r5"
7 14
8SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ 15SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \
9 file://configure_fix.patch;patch=1" 16 file://configure_fix.patch;apply=yes"
10 17
11inherit autotools pkgconfig binconfig lib_package 18inherit autotools pkgconfig binconfig lib_package
12 19