diff options
-rw-r--r-- | meta-networking/recipes-support/ntop/ntop_5.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/ntop/ntop_5.0.1.bb b/meta-networking/recipes-support/ntop/ntop_5.0.1.bb index 6f09937ed0..2d37969a70 100644 --- a/meta-networking/recipes-support/ntop/ntop_5.0.1.bb +++ b/meta-networking/recipes-support/ntop/ntop_5.0.1.bb | |||
@@ -27,7 +27,7 @@ UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ntop/files/ntop/Stable" | |||
27 | 27 | ||
28 | inherit autotools-brokensep useradd python3native pkgconfig systemd | 28 | inherit autotools-brokensep useradd python3native pkgconfig systemd |
29 | 29 | ||
30 | DEPENDS = "geoip rrdtool python zlib libpcap gdbm" | 30 | DEPENDS = "geoip rrdtool python3 zlib libpcap gdbm" |
31 | 31 | ||
32 | PACKAGECONFIG ??= "openssl snmp plugins" | 32 | PACKAGECONFIG ??= "openssl snmp plugins" |
33 | PACKAGECONFIG[openssl] = "--with-ssl, --without-ssl, openssl, openssl" | 33 | PACKAGECONFIG[openssl] = "--with-ssl, --without-ssl, openssl, openssl" |