diff options
-rw-r--r-- | meta-google/recipes-google/networking/gbmc-bridge.bb | 1 | ||||
-rw-r--r-- | meta-google/recipes-google/networking/gbmc-nic-config.bb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/recipes-google/networking/gbmc-bridge.bb b/meta-google/recipes-google/networking/gbmc-bridge.bb index c4243f3e34..e23931df07 100644 --- a/meta-google/recipes-google/networking/gbmc-bridge.bb +++ b/meta-google/recipes-google/networking/gbmc-bridge.bb @@ -53,6 +53,7 @@ FILES:${PN}:append = " \ RDEPENDS:${PN}:append = " \ bash \ + ${@'' if d.getVar('GBMC_DHCP_RELAY') != '1' else 'dhcp-relay'} \ dhcp-done \ gbmc-ip-monitor \ gbmc-net-common \ diff --git a/meta-google/recipes-google/networking/gbmc-nic-config.bb b/meta-google/recipes-google/networking/gbmc-nic-config.bb index 4e0a41495f..5cc4b89a35 100644 --- a/meta-google/recipes-google/networking/gbmc-nic-config.bb +++ b/meta-google/recipes-google/networking/gbmc-nic-config.bb @@ -31,7 +31,6 @@ FILES:${PN} += " \ RDEPENDS:${PN}:append = " \ bash \ - ${@'' if d.getVar('GBMC_DHCP_RELAY') != '1' else 'dhcp-relay'} \ gbmc-ip-monitor \ gbmc-net-common \ nftables-systemd \ |