From 6501ca786af77e7929237a80a9946f73c21e6730 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 27 Sep 2021 10:52:26 -0700 Subject: smcroute: Add missing pkgconfig inherit Fixes ../git/configure: line 5918: syntax error near unexpected token `libsystemd,' ../git/configure: line 5918: ` PKG_CHECK_MODULES(libsystemd, libsystemd, with_libsystemd=yes, true)' Signed-off-by: Khem Raj --- meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb index f226f23af8..8e62f588f3 100644 --- a/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb +++ b/meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb @@ -10,4 +10,4 @@ SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=git" S = "${WORKDIR}/git" -inherit autotools +inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf