aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-22 14:19:09 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-24 01:01:43 -0700
commit843e0ce815e0cebf85ca76a2dda68f86ec80f240 (patch)
treeb2e60822267b6429235c0dc4e24cd51a2fcf1d8e
parentf4e4b1c2480048bafa9e2f05d47de563f543b298 (diff)
downloadmeta-openembedded-843e0ce815e0cebf85ca76a2dda68f86ec80f240.tar.gz
libnet: Clarify BSD license variant
The License of libnet is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
index 53ba25e239..5b6e45c7b3 100644
--- a/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
+++ b/meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb
@@ -1,7 +1,7 @@
SUMMARY = "dumb networking library"
HOMEPAGE = "http://code.google.com/p/libdnet/"
SECTION = "libs"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9"
SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1"