diff options
| -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 | ||
