summaryrefslogtreecommitdiff
path: root/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-11-03 18:03:03 +0300
committerAndrew Geissler <geissonator@yahoo.com>2021-11-04 19:20:28 +0300
commit6e7f398ae7861dd9ee843b50c483f21b36b49a7e (patch)
tree809b5d04fdf62fd3bca4b1cfe164b8f628ad5dde /meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb
parent63beff091aac817713eedcd48fab1ff54136cbf8 (diff)
downloadopenbmc-6e7f398ae7861dd9ee843b50c483f21b36b49a7e.tar.xz
meta-yadro: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: Ic6813d3ce906f68e7fec1754b4cc4efddae09ffb
Diffstat (limited to 'meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb')
-rw-r--r--meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb
index 95eef8fc0..161c54bf0 100644
--- a/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb
+++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-fwupdate_git.bb
@@ -6,7 +6,7 @@ PV = "1.0+git${SRCPV}"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-inherit meson
+inherit pkgconfig meson
DEPENDS += " \
sdbusplus \