From b96c75046da8f72359d101c813f0694409bbe0d1 Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Fri, 6 Aug 2021 16:25:30 +0000 Subject: meta-ibm: prep for new override syntax Change-Id: I9116ed7260e369136acb39eec15075db2d4dbeba Signed-off-by: Adriana Kobylak --- meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend') diff --git a/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend b/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend index 5b35a0a64..68a4ccccd 100644 --- a/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend +++ b/meta-ibm/recipes-phosphor/state/phosphor-state-manager_%.bbappend @@ -1,11 +1,11 @@ -EXTRA_OEMESON_append_witherspoon = " -Dwarm-reboot=disabled" +EXTRA_OEMESON:append:witherspoon = " -Dwarm-reboot=disabled" # The scheduled-host-transition package provides support to # schedule power on and off operations for the host at some # time in the future. IBM systems will utilize this feature -RRECOMMENDS_${PN}-host += "${PN}-scheduled-host-transition" +RRECOMMENDS:${PN}-host += "${PN}-scheduled-host-transition" # IBM systems track the state of the hypervisor so bring # in the needed package when the host state package is # included -RRECOMMENDS_${PN}-host += "${PN}-hypervisor" +RRECOMMENDS:${PN}-host += "${PN}-hypervisor" -- cgit v1.2.3