From 741d7a4eaceec42e3206fcd287729abb0efd4af9 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 22 Jan 2011 14:12:07 +0100 Subject: [PATCH] libusb-compat 0.1.3: add license checksum * this can be made into a bbappend file with just the PROVIDES line later Signed-off-by: Koen Kooi --- recipes-support/libusb/libusb-compat_0.1.3.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-support/libusb/libusb-compat_0.1.3.bb b/recipes-support/libusb/libusb-compat_0.1.3.bb index 0237ff46d2..b2880eb78d 100644 --- a/recipes-support/libusb/libusb-compat_0.1.3.bb +++ b/recipes-support/libusb/libusb-compat_0.1.3.bb @@ -1,7 +1,10 @@ DESCRIPTION = "libusb-0 compatibility library using libusb-1" HOMEPAGE = "http://libusb.sf.net" SECTION = "libs" -LICENSE = "LGPLv2.1" + +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=f2ac5f3ac4835e8f91324a26a590a423" + PROVIDES = "virtual/libusb0" PE = "1" PR = "r0"