From 8041a21f1ef331d912928f155680dc46d61276d9 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Thu, 11 Jun 2020 14:51:43 -0700 Subject: 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 Signed-off-by: Andrew Geissler --- .../recipes-core/host-error-monitor/host-error-monitor_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-intel') 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" -- cgit v1.2.3