diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-02-01 16:56:03 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-01 08:59:27 -0800 |
commit | 418ce47f924e911f167fac6765c0ee90b5490afc (patch) | |
tree | 6116ea9ff580d508c1b725c7c612001acaaf4d19 | |
parent | b5184644d4e7887dca0ef4e331a77b613a41501f (diff) | |
download | meta-openembedded-418ce47f924e911f167fac6765c0ee90b5490afc.tar.gz |
ndpi: correct LICENSE value
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/ntopng/ndpi_4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntopng/ndpi_4.2.bb b/meta-networking/recipes-support/ntopng/ndpi_4.2.bb index 13c3398c2b..ae5139c948 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 = "GPL-3.0-only" | 8 | LICENSE = "LGPL-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" |