diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-07 13:08:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | f937d49ab3d7bf709be024e54f9a06b5a35fb24d (patch) | |
tree | 9fc2e345c0b900f264a114bc0a8d42179d34a4a4 /meta | |
parent | f56347151b44198f176bf18e54580dc906aa3555 (diff) | |
download | poky-f937d49ab3d7bf709be024e54f9a06b5a35fb24d.tar.gz |
libpcap: Clarify BSD license variant
The License of libpcap is BSD-3-Clause.
(From OE-Core rev: 39e7590db64f20f5280fc58e7a525771bdd1671d)
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb b/meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb index 318e2d769a..35bb5650b3 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb | |||
@@ -5,7 +5,7 @@ security monitoring and network debugging." | |||
5 | HOMEPAGE = "http://www.tcpdump.org/" | 5 | HOMEPAGE = "http://www.tcpdump.org/" |
6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=53067&atid=469577" | 6 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=53067&atid=469577" |
7 | SECTION = "libs/network" | 7 | SECTION = "libs/network" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453 \ | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453 \ |
10 | file://pcap.h;beginline=1;endline=32;md5=39af3510e011f34b8872f120b1dc31d2" | 10 | file://pcap.h;beginline=1;endline=32;md5=39af3510e011f34b8872f120b1dc31d2" |
11 | DEPENDS = "flex-native bison-native" | 11 | DEPENDS = "flex-native bison-native" |