mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
nodejs: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-2-Clause and BSD-3-Clause. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 4004a2279e11287407d820b997bb043b6ffe6fa7) [Fixed up for Honistor context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
163d3489c5
commit
806ebd9314
@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
|
||||
HOMEPAGE = "http://nodejs.org"
|
||||
LICENSE = "MIT & BSD & Artistic-2.0"
|
||||
LICENSE = "MIT & ISC & BSD-2-Clause & BSD-3-Clause & Artistic-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a1016f9b7979cfe6fc3466a9bba60b1e"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user