summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/ntop/ntop_5.0.1.bb2
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
28inherit autotools-brokensep useradd python3native pkgconfig systemd 28inherit autotools-brokensep useradd python3native pkgconfig systemd
29 29
30DEPENDS = "geoip rrdtool python zlib libpcap gdbm" 30DEPENDS = "geoip rrdtool python3 zlib libpcap gdbm"
31 31
32PACKAGECONFIG ??= "openssl snmp plugins" 32PACKAGECONFIG ??= "openssl snmp plugins"
33PACKAGECONFIG[openssl] = "--with-ssl, --without-ssl, openssl, openssl" 33PACKAGECONFIG[openssl] = "--with-ssl, --without-ssl, openssl, openssl"