mdbus2: Inherit pkgconfig

Fixes
../git/configure: line 12721: syntax error near unexpected token `0.21'
../git/configure: line 12721: `PKG_PROG_PKG_CONFIG(0.21)'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-09-22 09:20:24 -07:00
parent b7f013e364
commit bdbbc2b268
+1 -1
View File
@@ -13,6 +13,6 @@ SRCREV = "28202692d0b441000f4ddb8f347f72d1355021aa"
S = "${WORKDIR}/git"
inherit autotools vala
inherit autotools pkgconfig vala
EXTRA_OECONF += "--enable-vala"