From 98c87530acd7810e3752c46a5d40fd2c9727e7fe Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 18:14:53 -0700 Subject: ntopng: Inherit pkgconfig Fixes | make: *** No targets specified and no makefile found. Stop. Signed-off-by: Khem Raj --- meta-networking/recipes-support/ntopng/ntopng_5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ntopng/ntopng_5.0.bb b/meta-networking/recipes-support/ntopng/ntopng_5.0.bb index 89107430ea..0ddc596782 100644 --- a/meta-networking/recipes-support/ntopng/ntopng_5.0.bb +++ b/meta-networking/recipes-support/ntopng/ntopng_5.0.bb @@ -29,7 +29,7 @@ export LUA_LIB = "${STAGING_LIBDIR}/liblua.a" LDFLAGS:append:mipsarch = " -latomic" LDFLAGS:append:powerpc = " -latomic" LDFLAGS:append:riscv32 = " -latomic" -inherit autotools-brokensep gettext systemd +inherit autotools-brokensep gettext pkgconfig systemd do_install:append() { install -d ${D}${systemd_unitdir}/system/ -- cgit v1.2.3-54-g00ecf