diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:45:46 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | 7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8 (patch) | |
tree | e3007a174a96c6a9ed02de12bd0c17696093aa90 /meta-networking/recipes-support/netsniff-ng | |
parent | 4b50fb02cc043d93b3b86144894d8ed95268b19e (diff) | |
download | meta-openembedded-7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/netsniff-ng')
-rw-r--r-- | meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb b/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb index 10e30044e8..004330e1b4 100644 --- a/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb +++ b/meta-networking/recipes-support/netsniff-ng/netsniff-ng_0.6.8.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Netsniff-ng is a fast zero-copy analyzer, pcap capturing and replaying tool" | 1 | DESCRIPTION = "Netsniff-ng is a fast zero-copy analyzer, pcap capturing and replaying tool" |
2 | HOMEPAGE = "http://netsniff-ng.org" | 2 | HOMEPAGE = "http://netsniff-ng.org" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9dd40dfb621eed702c0775577fbb7011" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9dd40dfb621eed702c0775577fbb7011" |
5 | DEPENDS = "libpcap" | 5 | DEPENDS = "libpcap" |
6 | 6 | ||