Parcourir la source

libpcap: Clarify BSD license variant

The License of libpcap is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Christophe PRIOUZEAU il y a 4 ans
Parent
commit
39e7590db6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb

+ 1 - 1
meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb

@@ -5,7 +5,7 @@ security monitoring and network debugging."
 HOMEPAGE = "http://www.tcpdump.org/"
 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=53067&atid=469577"
 SECTION = "libs/network"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453 \
                     file://pcap.h;beginline=1;endline=32;md5=39af3510e011f34b8872f120b1dc31d2"
 DEPENDS = "flex-native bison-native"