From 6e7f398ae7861dd9ee843b50c483f21b36b49a7e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 3 Nov 2021 10:03:03 -0500 Subject: 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 Change-Id: Ic6813d3ce906f68e7fec1754b4cc4efddae09ffb --- meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb') diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb index 5a08c7a3e..f202ab89f 100644 --- a/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb +++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-lssensors_git.bb @@ -7,7 +7,7 @@ PV = "1.0+git${SRCPV}" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -inherit meson +inherit pkgconfig meson DEPENDS += "sdbusplus" -- cgit v1.2.3