summaryrefslogtreecommitdiff
path: root/meta-intel
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-06-12 00:51:43 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-18 21:44:29 +0300
commit8041a21f1ef331d912928f155680dc46d61276d9 (patch)
tree94ffcddd79ebf7c3721f2e017e4dd64e0e2894ec /meta-intel
parentc97c74782119f31f50b6349b1b6e2f39097f39b9 (diff)
downloadopenbmc-8041a21f1ef331d912928f155680dc46d61276d9.tar.xz
Fix host-error-monitor recipe to build in Yocto
A recent update to build outside of Yocto required the flag to build in Yocto, so set the flag. Also remove a CFLAG that is not needed. Tested: Built in Yocto. (From meta-intel rev: 51e78839d81351a46203d8eb404417800ed7be62) Change-Id: I2ff4acc342debcfa82fe9073c600b25d014e19fb Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-intel')
-rw-r--r--meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb b/meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
index fb0f412ff..d03fa0aa4 100644
--- a/meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
+++ b/meta-intel/meta-common/recipes-core/host-error-monitor/host-error-monitor_git.bb
@@ -12,4 +12,5 @@ SRCREV = "8495114f044be01d0b8f9a773ec1e4db9998e150"
S = "${WORKDIR}/git"
SYSTEMD_SERVICE_${PN} += "xyz.openbmc_project.HostErrorMonitor.service"
-SECURITY_CFLAGS_pn-host-error-monitor = "${SECURITY_NOPIE_CFLAGS}"
+
+EXTRA_OECMAKE = "-DYOCTO=1"