mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
recipes: Convert licenses to SPDX expressions
- Automatically convert all licenses to valid SPDX license expressions using convert-spdx-licenses.py Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -2,7 +2,7 @@ SUMMARY = "A Simple library for communicating with USB and Bluetooth HID devices
|
||||
HOMEPAGE = "http://www.signal11.us/oss/hidapi/"
|
||||
SECTION = "libs"
|
||||
|
||||
LICENSE = "BSD-3-Clause | GPL-3.0-only"
|
||||
LICENSE = "BSD-3-Clause OR GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077"
|
||||
|
||||
DEPENDS = "libusb udev"
|
||||
|
||||
Reference in New Issue
Block a user