Skip to content

Commit

Permalink
package/skopeo: select BR2_PACKAGE_HOST_GO
Browse files Browse the repository at this point in the history
host-skopeo fail to build, using the commands:

    echo BR2_PACKAGE_HOST_SKOPEO=y >.config
    make olddefconfig
    make host-skopeo

This commit fixes the issue by selecting BR2_PACKAGE_HOST_GO
in the Config.in file.

Fixes:

    make: *** No rule to make target 'host-', needed by '/buildroot/output/build/host-go-1.23.2/.stamp_configured'.  Stop.

Reviewed-by: Yann E. MORIN <[email protected]>
Signed-off-by: Julien Olivain <[email protected]>
  • Loading branch information
jolivain committed Nov 19, 2024
1 parent a359514 commit f3b8292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/skopeo/Config.in.host
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ config BR2_PACKAGE_HOST_SKOPEO
bool "host skopeo"
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
select BR2_PACKAGE_HOST_GO
help
skopeo is a command line utility that performs various
operations on container images and image repositories.
Expand Down

0 comments on commit f3b8292

Please sign in to comment.