summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/guard/guard_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-11-03 18:01:23 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-11-03 23:19:29 +0300
commitbaf5ba7c52d366457831f44e06f2ac017c843377 (patch)
treed5b93f9c80a3491f8949c9bf683ae952468bb9c5 /meta-openpower/recipes-bsp/guard/guard_git.bb
parentec34cc639e9a54f80bd542bb5afff9b4a4311bd9 (diff)
downloadopenbmc-baf5ba7c52d366457831f44e06f2ac017c843377.tar.xz
meta-openpower:meson: pkgconfig inherit required
Upstream yocto made a change recently that brought to light a bug in some of our recipes. If your meson makefiles utilize the dependency() function then the recipe must also include pkgconfig. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I48c062226275c6e110bde27e815d2643c369c14c
Diffstat (limited to 'meta-openpower/recipes-bsp/guard/guard_git.bb')
-rw-r--r--meta-openpower/recipes-bsp/guard/guard_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-bsp/guard/guard_git.bb b/meta-openpower/recipes-bsp/guard/guard_git.bb
index cda809e5c..ba649db9d 100644
--- a/meta-openpower/recipes-bsp/guard/guard_git.bb
+++ b/meta-openpower/recipes-bsp/guard/guard_git.bb
@@ -6,7 +6,7 @@ PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
-inherit meson
+inherit pkgconfig meson
S = "${WORKDIR}/git"