diff options
author | Zhenfei Tai <ztai@google.com> | 2021-08-17 22:21:22 +0300 |
---|---|---|
committer | Zhenfei Tai <ztai@google.com> | 2021-08-18 00:02:54 +0300 |
commit | ec95e6552ae739d42e82740e6c0c7618615557f9 (patch) | |
tree | 9e5af8df6f48dd9f5ae6d131aaf430b51d11c86c /meta-google | |
parent | 54a95c99c629dd5b24b6b3fcccdb7f7b628e13f3 (diff) | |
download | openbmc-ec95e6552ae739d42e82740e6c0c7618615557f9.tar.xz |
libwatchdog: update yocto override syntax
Signed-off-by: Zhenfei Tai <ztai@google.com>
Change-Id: I918deb41b27e84096a3974d48cb4aa64df35bf20
Diffstat (limited to 'meta-google')
-rw-r--r-- | meta-google/recipes-google/host-power-ctrl/libwatchdog_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-google/host-power-ctrl/libwatchdog_git.bb b/meta-google/recipes-google/host-power-ctrl/libwatchdog_git.bb index 771f4b02a..a9595c37c 100644 --- a/meta-google/recipes-google/host-power-ctrl/libwatchdog_git.bb +++ b/meta-google/recipes-google/host-power-ctrl/libwatchdog_git.bb @@ -8,7 +8,7 @@ SRC_URI += " \ file://libwatchdog.sh \ " -RDEPENDS_${PN} = "bash" +RDEPENDS:${PN} = "bash" do_install() { install -d ${D}${libexecdir} |