summaryrefslogtreecommitdiff
path: root/meta-intel-openbmc
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2023-06-28 00:17:09 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-07-05 19:03:00 +0300
commit0af113bb385783379ddbb4b039f64fd4dbfdc220 (patch)
treede91b305db0761ddb9bd2890d1c36b81675e9b10 /meta-intel-openbmc
parente8364f400821a1ef81c9533005733c59d909027a (diff)
downloadopenbmc-0af113bb385783379ddbb4b039f64fd4dbfdc220.tar.xz
host-error-monitor: inherit pkgconfig
We need pkgconfig to get the systemd service file location variable to support usrmerge. Tested: Confirmed that host-error-monitor can find pkgconfig and the systemd service file location variable. Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: Id453f64d7b249c4fcb0af4cc8395dea8dc3c5f96
Diffstat (limited to 'meta-intel-openbmc')
-rw-r--r--meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
index 00b5cf34ee..2eb7ca0a60 100644
--- a/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
+++ b/meta-intel-openbmc/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
@@ -1,6 +1,6 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53"
-inherit cmake systemd
+inherit cmake pkgconfig systemd
SRC_URI = "git://github.com/openbmc/host-error-monitor;branch=master;protocol=https"