diff options
| author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-23 15:15:52 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:50 -0700 |
| commit | d198a6a4217c0b0c9c6dcf746b7a6669568008d2 (patch) | |
| tree | e4cc9691ecd1343691e98b78ef4fe19747b70395 | |
| parent | 9aae0c91fc5236d729c212640b3a79275638694c (diff) | |
| download | meta-openembedded-d198a6a4217c0b0c9c6dcf746b7a6669568008d2.tar.gz | |
libnet: Clarify BSD license variant
The License of libnet is BSD-2-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/libnet/libnet_1.2-rc3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libnet/libnet_1.2-rc3.bb b/meta-oe/recipes-connectivity/libnet/libnet_1.2-rc3.bb index c9913444d6..785abf66d6 100644 --- a/meta-oe/recipes-connectivity/libnet/libnet_1.2-rc3.bb +++ b/meta-oe/recipes-connectivity/libnet/libnet_1.2-rc3.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "A packet dissection and creation library" | |||
| 2 | # libnet at packetfactory.net is dead | 2 | # libnet at packetfactory.net is dead |
| 3 | HOMEPAGE = "https://github.com/sam-github/libnet" | 3 | HOMEPAGE = "https://github.com/sam-github/libnet" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | LICENSE = "BSD" | 5 | LICENSE = "BSD-2-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=3ec839e00408b484d33b472a86b7c266" | 6 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=3ec839e00408b484d33b472a86b7c266" |
| 7 | DEPENDS = "libpcap" | 7 | DEPENDS = "libpcap" |
| 8 | # There are major API changes beween libnet v1.0 and libnet v1.1 | 8 | # There are major API changes beween libnet v1.0 and libnet v1.1 |
