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/ntopng | |
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/ntopng')
-rw-r--r-- | meta-networking/recipes-support/ntopng/ndpi_4.2.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb index 352d2d242..13c3398c2 100644 --- a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb +++ b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb | |||
@@ -5,7 +5,7 @@ inspection. Based on OpenDPI it includes ntop extensions" | |||
5 | SECTION = "libdevel" | 5 | SECTION = "libdevel" |
6 | DEPENDS = "libpcap json-c" | 6 | DEPENDS = "libpcap json-c" |
7 | RDEPENDS:${PN} += " libpcap" | 7 | RDEPENDS:${PN} += " libpcap" |
8 | LICENSE = "GPLv3" | 8 | LICENSE = "GPL-3.0-only" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" |
10 | 10 | ||
11 | SRCREV = "8b5c6af71b562549f8416b31803daae223e09f46" | 11 | SRCREV = "8b5c6af71b562549f8416b31803daae223e09f46" |
diff --git a/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb b/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb index 1c74845cc..dca929b57 100644 --- a/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb +++ b/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb | |||
@@ -8,7 +8,7 @@ SECTION = "console/network" | |||
8 | 8 | ||
9 | DEPENDS = "curl libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq" | 9 | DEPENDS = "curl libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq" |
10 | RDEPENDS:${PN} = "bash redis" | 10 | RDEPENDS:${PN} = "bash redis" |
11 | LICENSE = "GPLv3" | 11 | LICENSE = "GPL-3.0-only" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | SRCREV = "d3ce78948e8d81dc1e2c5298ce556f9f2247aac1" | 14 | SRCREV = "d3ce78948e8d81dc1e2c5298ce556f9f2247aac1" |