mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
ntop: Move dependency to use py3
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ntop/files/ntop/Stable"
|
|||||||
|
|
||||||
inherit autotools-brokensep useradd python3native pkgconfig systemd
|
inherit autotools-brokensep useradd python3native pkgconfig systemd
|
||||||
|
|
||||||
DEPENDS = "geoip rrdtool python zlib libpcap gdbm"
|
DEPENDS = "geoip rrdtool python3 zlib libpcap gdbm"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "openssl snmp plugins"
|
PACKAGECONFIG ??= "openssl snmp plugins"
|
||||||
PACKAGECONFIG[openssl] = "--with-ssl, --without-ssl, openssl, openssl"
|
PACKAGECONFIG[openssl] = "--with-ssl, --without-ssl, openssl, openssl"
|
||||||
|
|||||||
Reference in New Issue
Block a user