diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 19:52:49 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 19:52:49 +0100 |
commit | b88e8bac34e8fd0074e514423c32fa530f798b17 (patch) | |
tree | 0d404c7000e26ebc72de4b1c6b15ba4407b3ddb4 | |
parent | 3c2622d2141439d002c8196c5b58e215d1fde9fc (diff) | |
download | meta-openembedded-b88e8bac34e8fd0074e514423c32fa530f798b17.tar.gz |
libusb1: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-support/libusb/libusb1_1.0.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-support/libusb/libusb1_1.0.8.bb b/recipes-support/libusb/libusb1_1.0.8.bb index 360dce5b7b..0770d81049 100644 --- a/recipes-support/libusb/libusb1_1.0.8.bb +++ b/recipes-support/libusb/libusb1_1.0.8.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | DESCRIPTION = "library to provide userspace access to USB devices" | 1 | DESCRIPTION = "library to provide userspace access to USB devices" |
2 | HOMEPAGE = "http://libusb.sf.net" | 2 | HOMEPAGE = "http://libusb.sf.net" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | ||
5 | 6 | ||
6 | PR = "r0" | 7 | PR = "r0" |
7 | 8 | ||