mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/qbee-agent: select BR2_PACKAGE_HOST_GO
Every golang package must select the host-go package. This will allow
the user to select the Go compiler variant (build from source or
pre-built).
The same pattern is used for Rust packages.
This was done for all golang packages in commit
58a291470a, but qbee-agent was missed.
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
@@ -4,6 +4,7 @@ config BR2_PACKAGE_QBEE_AGENT
|
||||
depends on BR2_USE_MMU # bash
|
||||
depends on !BR2_STATIC_LIBS # shadow
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_14 # shadow
|
||||
select BR2_PACKAGE_HOST_GO
|
||||
select BR2_PACKAGE_IPTABLES # runtime
|
||||
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # bash
|
||||
select BR2_PACKAGE_SHADOW # runtime
|
||||
|
||||
Reference in New Issue
Block a user