diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-30 08:07:30 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-01 09:11:49 -0800 |
commit | 1ead4748deb8ab511326320870f2c616c377a599 (patch) | |
tree | 3d1bcd29016321c18a9bcc98df9428a3c2300e89 /meta-networking/recipes-support/ntopng | |
parent | 1b7fd40fb3b73f355631b1d816fb8f2c3371395c (diff) | |
download | meta-openembedded-1ead4748deb8ab511326320870f2c616c377a599.tar.gz |
ntopng: Add hiredis to depends
Fails to link otherwise
ld: cannot find -lhiredis: No such file or directory
collect2: error: ld returned 1 exit status
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/ntopng_5.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 dca929b57..110ca3686 100644 --- a/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb +++ b/meta-networking/recipes-support/ntopng/ntopng_5.2.1.bb | |||
@@ -6,7 +6,7 @@ usability, and features." | |||
6 | 6 | ||
7 | SECTION = "console/network" | 7 | SECTION = "console/network" |
8 | 8 | ||
9 | DEPENDS = "curl libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq" | 9 | DEPENDS = "curl hiredis libmaxminddb libpcap lua mariadb ndpi json-c rrdtool zeromq" |
10 | RDEPENDS:${PN} = "bash redis" | 10 | RDEPENDS:${PN} = "bash redis" |
11 | LICENSE = "GPL-3.0-only" | 11 | LICENSE = "GPL-3.0-only" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |