mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
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 <koen@dominion.thruhere.net>
This commit is contained in:
parent
02b4dcfc8f
commit
741d7a4eac
|
|
@ -1,7 +1,10 @@
|
||||||
DESCRIPTION = "libusb-0 compatibility library using libusb-1"
|
DESCRIPTION = "libusb-0 compatibility library using libusb-1"
|
||||||
HOMEPAGE = "http://libusb.sf.net"
|
HOMEPAGE = "http://libusb.sf.net"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "LGPLv2.1"
|
|
||||||
|
LICENSE = "LGPLv2.1+"
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f2ac5f3ac4835e8f91324a26a590a423"
|
||||||
|
|
||||||
PROVIDES = "virtual/libusb0"
|
PROVIDES = "virtual/libusb0"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r0"
|
PR = "r0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user