diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-09-27 10:52:26 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-09-27 11:34:56 -0700 |
| commit | 6501ca786af77e7929237a80a9946f73c21e6730 (patch) | |
| tree | d4e6dd4e9522d76512d5623c93074602e3db4305 | |
| parent | d496950bdeea7d31705fd9c03314ee1827d130ab (diff) | |
| download | meta-openembedded-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.bb | 2 |
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" | |||
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit autotools | 13 | inherit autotools pkgconfig |
