diff options
author | Ross Burton <ross@burtonini.com> | 2021-09-02 17:24:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-03 09:03:34 +0100 |
commit | 359fc854546bbbd806cf6ec736bd5bce0b137958 (patch) | |
tree | b04a9667ad31d64c03214f550ced1a71039d995a /meta/recipes-support | |
parent | df0997688ab14ed106151f54fcca5512c532d627 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/libevent/libevent_2.1.12.bb | 2 |
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/" | |||
8 | BUGTRACKER = "https://github.com/libevent/libevent/issues" | 8 | BUGTRACKER = "https://github.com/libevent/libevent/issues" |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | 10 | ||
11 | LICENSE = "BSD & MIT" | 11 | LICENSE = "BSD-3-Clause & MIT" |
12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=17f20574c0b154d12236d5fbe964f549" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=17f20574c0b154d12236d5fbe964f549" |
13 | 13 | ||
14 | SRC_URI = "https://github.com/libevent/libevent/releases/download/release-${PV}-stable/${BP}-stable.tar.gz \ | 14 | SRC_URI = "https://github.com/libevent/libevent/releases/download/release-${PV}-stable/${BP}-stable.tar.gz \ |