diff options
author | Qing He <qing.he@intel.com> | 2010-06-12 15:02:16 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:15:06 +0100 |
commit | dac5590fa857d45ef9d3d15e4ba0b941b4fd8375 (patch) | |
tree | e5e833d1e0119a654305264e4f11e213d0d2616d | |
parent | 3d4e130e85fce781a47c3b27cadf5ea4d77d56ee (diff) | |
download | poky-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>
-rw-r--r-- | meta/packages/libusb/libusb_0.1.12.bb | 15 |
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 @@ | |||
1 | DESCRIPTION = "libusb is a library to provide userspace \ | 1 | DESCRIPTION = "libusb is a library to provide userspace \ |
2 | access to USB devices." | 2 | access to USB devices. This is 0.1 legacy version" |
3 | HOMEPAGE = "http://libusb.sf.net" | 3 | HOMEPAGE = "http://www.libusb.org" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "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 | |||
9 | LICENSE = "LGPLv2+ & ( LGPLv2+ | BSD )" | ||
10 | LICENSE_libusb = "LGPLv2+" | ||
11 | LICENSE_libusb-dev = "LGPLv2+ | BSD" | ||
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f2ac5f3ac4835e8f91324a26a590a423" | ||
6 | PR = "r5" | 13 | PR = "r5" |
7 | 14 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ | 15 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ |
9 | file://configure_fix.patch;patch=1" | 16 | file://configure_fix.patch;apply=yes" |
10 | 17 | ||
11 | inherit autotools pkgconfig binconfig lib_package | 18 | inherit autotools pkgconfig binconfig lib_package |
12 | 19 | ||