From 924d1d9ca51f2a45cdf0094c50434e25c0437c6a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 2 Sep 2021 17:24:28 +0100 Subject: libevent: set precise BSD license "BSD" is ambiguous, use the precise license BSD-3-Clause. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/libevent/libevent_2.1.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libevent/libevent_2.1.12.bb b/meta/recipes-support/libevent/libevent_2.1.12.bb index 2a562fe2e9..4b419eab22 100644 --- a/meta/recipes-support/libevent/libevent_2.1.12.bb +++ b/meta/recipes-support/libevent/libevent_2.1.12.bb @@ -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 \ -- cgit 1.2.3-korg