summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-04-26 22:50:22 +0300
committerWilliam A. Kennington III <wak@google.com>2022-04-26 22:52:32 +0300
commitd10de96fc207d48b8357575833a6ae92a9f4ff0f (patch)
tree4de1fc8d1cfb86efec9f04e6b78d98f477b42c13
parent5f13d3995b25a35ecc7986922f1beab58936377c (diff)
downloadopenbmc-d10de96fc207d48b8357575833a6ae92a9f4ff0f.tar.xz
google-usb-network: Fix quotes
The name in d.getVar() should have been quoted. Change-Id: I95468473268e24fcd97a681ac7baff9de2212278 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-google/networking/google-usb-network_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-google/networking/google-usb-network_git.bb b/meta-google/recipes-google/networking/google-usb-network_git.bb
index 95c2844dd1..bf77187c19 100644
--- a/meta-google/recipes-google/networking/google-usb-network_git.bb
+++ b/meta-google/recipes-google/networking/google-usb-network_git.bb
@@ -26,7 +26,7 @@ SRC_URI += "file://usb_network.service.m4"
SRC_URI += "file://usb_network.sh"
SYSTEMD_PACKAGES = "${PN}"
-SYSTEMD_SERVICE:${PN} = "${@"usb_network.service" if d.getVar(BMC_USB_ECM_PRODUCT_ID) else ""}"
+SYSTEMD_SERVICE:${PN} = "${@'usb_network.service' if d.getVar('BMC_USB_ECM_PRODUCT_ID') else ''}"
do_compile:append() {
if [ -n "${BMC_USB_ECM_PRODUCT_ID}" ]; then