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-backup_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb') diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb index ae167e3bf..b7055d29b 100644 --- a/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb +++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-backup_git.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/YADRO-KNS/obmc-yadro-backup" PR = "r1" PV = "1.0+git${SRCPV}" -inherit meson +inherit pkgconfig meson # License info LICENSE = "Apache-2.0" -- cgit v1.2.3