commit | 6e7f398ae7861dd9ee843b50c483f21b36b49a7e | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Nov 03 10:03:03 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Nov 04 16:20:28 2021 +0000 |
tree | 809b5d04fdf62fd3bca4b1cfe164b8f628ad5dde | |
parent | 63beff091aac817713eedcd48fab1ff54136cbf8 [diff] [blame] |
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
diff --git a/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb b/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb index 89ceb1e..2e66a7d 100644 --- a/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb +++ b/meta-yadro/recipes-yadro/cli/obmc-yadro-lsinventory_git.bb
@@ -4,7 +4,7 @@ PR = "r1" PV = "1.0+git${SRCPV}" -inherit meson +inherit pkgconfig meson # License info LICENSE = "Apache-2.0"