diff options
author | Yuxiao Zhang <yuxiaozhang@google.com> | 2025-08-27 00:18:57 +0300 |
---|---|---|
committer | Yuxiao Zhang <yuxiaozhang@google.com> | 2025-08-27 00:42:52 +0300 |
commit | e72fe8cc5237ed37dfe62f470393fd887840a407 (patch) | |
tree | 65958b895fac871d342ec926c4f10b2b93fb9b9a | |
parent | b9c5683b687df0d6c41b610488b546c26c4dba89 (diff) | |
download | openbmc-master.tar.xz |
Change-Id: Iadee791641514ce1d181c56b4f59dbe7d50c3fc3
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
-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 \ |