summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-22 14:19:13 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-24 01:01:43 -0700
commit19b5d0ce6619c9a5b41763e51328f008ad078d81 (patch)
treed5d634524d4dc6333d7fa5d54c0f1ec062d7a645
parent00dd3fba334bbf04229601e6b57e667983d44d23 (diff)
downloadmeta-openembedded-19b5d0ce6619c9a5b41763e51328f008ad078d81.tar.gz
netkit-telnet: Clarify BSD license variant
The License of netkit-telnet is BSD-4-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-netkit/netkit-telnet/netkit-telnet_0.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
index a8d98c940..cf9934138 100644
--- a/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
+++ b/meta-networking/recipes-netkit/netkit-telnet/netkit-telnet_0.17.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "netkit-telnet includes the telnet daemon and client."
2HOMEPAGE = "http://www.hcs.harvard.edu/~dholland/computers/netkit.html" 2HOMEPAGE = "http://www.hcs.harvard.edu/~dholland/computers/netkit.html"
3SECTION = "net" 3SECTION = "net"
4DEPENDS = "ncurses" 4DEPENDS = "ncurses"
5LICENSE = "BSD" 5LICENSE = "BSD-4-Clause"
6LIC_FILES_CHKSUM = "file://telnet/telnet.cc;beginline=2;endline=3;md5=780868e7b566313e70cb701560ca95ef" 6LIC_FILES_CHKSUM = "file://telnet/telnet.cc;beginline=2;endline=3;md5=780868e7b566313e70cb701560ca95ef"
7 7
8SRC_URI = "http://ftp.linux.org.uk/pub/linux/Networking/netkit/${BP}.tar.gz \ 8SRC_URI = "http://ftp.linux.org.uk/pub/linux/Networking/netkit/${BP}.tar.gz \