summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-12-08 05:44:43 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-08 06:27:43 +0300
commita160326fec4a4b299fb5fc395d312e6c70828ce9 (patch)
treef8e7b831f1ed8b8a582194c0c57329f5379aaf78
parentd5ba08bbcc7178aef4c7a4f9ff7caa0e7f345b27 (diff)
downloadopenbmc-a160326fec4a4b299fb5fc395d312e6c70828ce9.tar.xz
phosphor-settings-manager: add `inherit pkgconfig`
The latest Yocto doesn't give us "pkgconfig" for free in many cases. This repository uses 'PKG_CHECK_MODULES', which relies on pkgconfig. Add the inherit so that it is available in the configure step. Change-Id: I1bcd78d11ec01f7724e3d22ea6812dfc223f2c9c Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
-rw-r--r--meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb
index b3c491883c..175e735562 100644
--- a/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/settings/phosphor-settings-manager_git.bb
@@ -4,7 +4,7 @@ d-bus objects to represent various user settings."
PR = "r1"
PV = "1.0+git${SRCPV}"
-inherit autotools
+inherit autotools pkgconfig
inherit obmc-phosphor-dbus-service
inherit python3native
inherit phosphor-settings-manager