summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorThang Q. Nguyen <thang@os.amperecomputing.com>2022-02-17 09:26:30 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2022-02-18 07:02:34 +0300
commit18a6b18c34b9c651b96fa3fb5be956aee1604db9 (patch)
tree96a5cb967d131cccc0ec1986ac005d87bd7385fd /meta-ampere
parent2754a857ae4c3b310ceb97d3d8526e5ffea63154 (diff)
downloadopenbmc-18a6b18c34b9c651b96fa3fb5be956aee1604db9.tar.xz
meta-ampere: ipmi-oem: add missing pkgconfig dependency
Add inherit contrain pkgconfig on the ampere-ipmi-oem application so that it can be compiled successfully. Tested: 1. Compile Mt.Jade OpenBMC without error. Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com> Change-Id: I62c93fbd6f9789e03a961d03c2801e04237b302b
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb b/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb
index 58579a1396..3f84350abd 100644
--- a/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb
+++ b/meta-ampere/meta-common/recipes-phosphor/ipmi/ampere-ipmi-oem.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
DEPENDS = "boost phosphor-ipmi-host phosphor-logging systemd libgpiod"
-inherit cmake obmc-phosphor-ipmiprovider-symlink
+inherit cmake pkgconfig obmc-phosphor-ipmiprovider-symlink
EXTRA_OECMAKE="-DENABLE_TEST=0 -DYOCTO=1"