summaryrefslogtreecommitdiff
path: root/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb
diff options
context:
space:
mode:
authorMohaimen Alsamarai <mohaimen.alsamarai@fii-na.com>2021-08-17 17:34:22 +0300
committerVivekanand Veeracholan <vveerach@google.com>2021-08-18 20:38:48 +0300
commitf59d01784b9646026df272cbb05ebe8c4fb3cd63 (patch)
tree565704ab5a698823ad66fba9194cbcd7e8dc49d8 /meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb
parent9e1a3ae8360dbac826493c34f259c8f0176ad3fd (diff)
downloadopenbmc-f59d01784b9646026df272cbb05ebe8c4fb3cd63.tar.xz
meta-fii/meta-kudo: follow the new Yocto override syntax change
Changing the syntax for various yocto files ie. (_ to :) changes to bb, bbappend and conf files. Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: If25577ee9d98398c1a1ab7f85a0373c46af70245
Diffstat (limited to 'meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb')
-rw-r--r--meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb b/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb
index affbcf727..461aeb5d4 100644
--- a/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb
+++ b/meta-fii/meta-kudo/recipes-kudo/host/ampere-hostctrl.bb
@@ -20,10 +20,10 @@ SRC_URI = "file://ampere-host-shutdown.service \
"
DEPENDS = "systemd"
-RDEPENDS_${PN} = "bash"
+RDEPENDS:${PN} = "bash"
SYSTEMD_PACKAGES = "${PN}"
-SYSTEMD_SERVICE_${PN} = " \
+SYSTEMD_SERVICE:${PN} = " \
ampere-host-shutdown.service \
ampere-host-reset.service \
ampere-chassis-poweroff.service \