From a160326fec4a4b299fb5fc395d312e6c70828ce9 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 7 Dec 2021 20:44:43 -0600 Subject: 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 --- .../recipes-phosphor/settings/phosphor-settings-manager_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3