summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libevent/libevent_2.1.12.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-09-02 17:24:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 09:03:34 +0100
commit359fc854546bbbd806cf6ec736bd5bce0b137958 (patch)
treeb04a9667ad31d64c03214f550ced1a71039d995a /meta/recipes-support/libevent/libevent_2.1.12.bb
parentdf0997688ab14ed106151f54fcca5512c532d627 (diff)
downloadpoky-359fc854546bbbd806cf6ec736bd5bce0b137958.tar.gz
libevent: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause. (From OE-Core rev: 924d1d9ca51f2a45cdf0094c50434e25c0437c6a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libevent/libevent_2.1.12.bb')
-rw-r--r--meta/recipes-support/libevent/libevent_2.1.12.bb2
1 files changed, 1 insertions, 1 deletions
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/"
8BUGTRACKER = "https://github.com/libevent/libevent/issues" 8BUGTRACKER = "https://github.com/libevent/libevent/issues"
9SECTION = "libs" 9SECTION = "libs"
10 10
11LICENSE = "BSD & MIT" 11LICENSE = "BSD-3-Clause & MIT"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=17f20574c0b154d12236d5fbe964f549" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=17f20574c0b154d12236d5fbe964f549"
13 13
14SRC_URI = "https://github.com/libevent/libevent/releases/download/release-${PV}-stable/${BP}-stable.tar.gz \ 14SRC_URI = "https://github.com/libevent/libevent/releases/download/release-${PV}-stable/${BP}-stable.tar.gz \