diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-22 14:19:09 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-24 01:01:43 -0700 |
commit | 843e0ce815e0cebf85ca76a2dda68f86ec80f240 (patch) | |
tree | b2e60822267b6429235c0dc4e24cd51a2fcf1d8e /meta-networking/recipes-connectivity/libdnet | |
parent | f4e4b1c2480048bafa9e2f05d47de563f543b298 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-networking/recipes-connectivity/libdnet')
-rw-r--r-- | meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | 2 |
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 @@ | |||
1 | SUMMARY = "dumb networking library" | 1 | SUMMARY = "dumb networking library" |
2 | HOMEPAGE = "http://code.google.com/p/libdnet/" | 2 | HOMEPAGE = "http://code.google.com/p/libdnet/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0036c1b155f4e999f3e0a373490b5db9" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1" | 7 | SRC_URI = "git://github.com/dugsong/libdnet.git;nobranch=1" |