浏览代码

package/skopeo: select BR2_PACKAGE_HOST_GO

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 <yann.morin@orange.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Julien Olivain 8 月之前
父节点
当前提交
f3b82925a9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/skopeo/Config.in.host

+ 1 - 0
package/skopeo/Config.in.host

@@ -2,6 +2,7 @@ config BR2_PACKAGE_HOST_SKOPEO
 	bool "host skopeo"
 	bool "host skopeo"
 	depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
 	depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
+	select BR2_PACKAGE_HOST_GO
 	help
 	help
 	  skopeo is a command line utility that performs various
 	  skopeo is a command line utility that performs various
 	  operations on container images and image repositories.
 	  operations on container images and image repositories.