]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libevent: set precise BSD license
authorRoss Burton <ross@burtonini.com>
Thu, 2 Sep 2021 16:24:28 +0000 (17:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 3 Sep 2021 08:01:50 +0000 (09:01 +0100)
"BSD" is ambiguous, use the precise license BSD-3-Clause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libevent/libevent_2.1.12.bb

index 2a562fe2e9633840cc10a44183894d994f978272..4b419eab226d997b9fee378df200b5e6048c8884 100644 (file)
@@ -8,7 +8,7 @@ HOMEPAGE = "http://libevent.org/"
 BUGTRACKER = "https://github.com/libevent/libevent/issues"
 SECTION = "libs"
 
-LICENSE = "BSD & MIT"
+LICENSE = "BSD-3-Clause & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=17f20574c0b154d12236d5fbe964f549"
 
 SRC_URI = "https://github.com/libevent/libevent/releases/download/release-${PV}-stable/${BP}-stable.tar.gz \