mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-23 06:37:12 +00:00
liboauth: update LICENSE format
Fixes: WARNING: meta-oe/recipes-support/liboauth/liboauth_1.0.3.bb: liboauth: LICENSE is using an old syntax and should be upgraded to: "GPL-2.0-only OR MIT" Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
DESCRIPTION = "C library implementing OAuth Core RFC 5849"
|
||||
HOMEPAGE = "http://liboauth.sourceforge.net"
|
||||
LICENSE = "MIT|GPL-2.0-only"
|
||||
LICENSE = "MIT OR GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.MIT;md5=6266718a5241c045c8099d9be48817df \
|
||||
file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
|
||||
SECTION = "libs"
|
||||
|
||||
Reference in New Issue
Block a user