aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-27 10:52:26 -0700
committerKhem Raj <raj.khem@gmail.com>2021-09-27 11:34:56 -0700
commit6501ca786af77e7929237a80a9946f73c21e6730 (patch)
treed4e6dd4e9522d76512d5623c93074602e3db4305
parentd496950bdeea7d31705fd9c03314ee1827d130ab (diff)
downloadmeta-openembedded-contrib-6501ca786af77e7929237a80a9946f73c21e6730.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/smcroute/smcroute_2.5.3.bb2
1 files changed, 1 insertions, 1 deletions
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