commit | 54a95c99c629dd5b24b6b3fcccdb7f7b628e13f3 | [log] [tgz] |
---|---|---|
author | Zhenfei Tai <ztai@google.com> | Tue Aug 17 12:20:58 2021 -0700 |
committer | Zhenfei Tai <ztai@google.com> | Tue Aug 17 21:02:54 2021 +0000 |
tree | 31cdcc3889261d0e72fcb54bd9e353916c1acb39 | |
parent | ae44d942c692faf6e88a2ad97607fabb2471035e [diff] [blame] |
gpio-host-pwr: update yocto override syntax Signed-off-by: Zhenfei Tai <ztai@google.com> Change-Id: I4dcf8756ffd3b80d1db69e77f07df57e585b1b66
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 b2eee79..e63260c 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 @@ inherit systemd -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ bash \ gpio-ctrl \ " @@ -32,7 +32,7 @@ " SYSTEMD_PACKAGES = "${PN}" -SYSTEMD_SERVICE_${PN} += " \ +SYSTEMD_SERVICE:${PN} += " \ host-reset-cold.service \ host-reset-cold-watchdog.service \ host-reset-warm.service \