commit | ec34cc639e9a54f80bd542bb5afff9b4a4311bd9 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Nov 03 09:57:52 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Nov 03 20:19:29 2021 +0000 |
tree | 56305a2aeadebb872c28e33be30a2123b9bad7b3 | |
parent | 1d724feb9f28ec0f56006681d734fda34e22b7e3 [diff] [blame] |
meta-phosphor: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: Ie85e2a3bd86010c2ce5d08c75fddc1ba348ff891
diff --git a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb index 6665713..bba4eaf 100644 --- a/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb +++ b/meta-phosphor/recipes-phosphor/configuration/entity-manager_git.bb
@@ -16,7 +16,7 @@ valijson" S = "${WORKDIR}/git" -inherit meson systemd +inherit pkgconfig meson systemd EXTRA_OEMESON = "-Dtests=disabled"