summaryrefslogtreecommitdiff
path: root/meta-google/recipes-google
diff options
context:
space:
mode:
authorZhenfei Tai <ztai@google.com>2021-08-17 22:20:58 +0300
committerZhenfei Tai <ztai@google.com>2021-08-18 00:02:54 +0300
commit54a95c99c629dd5b24b6b3fcccdb7f7b628e13f3 (patch)
tree31cdcc3889261d0e72fcb54bd9e353916c1acb39 /meta-google/recipes-google
parentae44d942c692faf6e88a2ad97607fabb2471035e (diff)
downloadopenbmc-54a95c99c629dd5b24b6b3fcccdb7f7b628e13f3.tar.xz
gpio-host-pwr: update yocto override syntax
Signed-off-by: Zhenfei Tai <ztai@google.com> Change-Id: I4dcf8756ffd3b80d1db69e77f07df57e585b1b66
Diffstat (limited to 'meta-google/recipes-google')
-rw-r--r--meta-google/recipes-google/host-power-ctrl/gpio-host-pwr_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr_git.bb b/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr_git.bb
index b2eee79d5b..e63260c565 100644
--- a/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr_git.bb
+++ b/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5
inherit systemd
-RDEPENDS_${PN} += " \
+RDEPENDS:${PN} += " \
bash \
gpio-ctrl \
"
@@ -32,7 +32,7 @@ SRC_URI += " \
"
SYSTEMD_PACKAGES = "${PN}"
-SYSTEMD_SERVICE_${PN} += " \
+SYSTEMD_SERVICE:${PN} += " \
host-reset-cold.service \
host-reset-cold-watchdog.service \
host-reset-warm.service \