package/ipmitool: move to codeberg
The github repo was deleted and moved to codeberg, so use that instead: https://lwn.net/Articles/926101/ It is unclear if the auto generated tarballs from codeberg are reproducible, so instead fetch through git. [Peter: set _CPE_ID_VERSION to the correct value] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -10,7 +10,7 @@ config BR2_PACKAGE_IPMITOOL
|
|||||||
it can be provided by the iana-assignment package or by a
|
it can be provided by the iana-assignment package or by a
|
||||||
rootfs overlay.
|
rootfs overlay.
|
||||||
|
|
||||||
https://github.com/ipmitool/ipmitool/
|
https://codeberg.org/IPMITool/ipmitool/
|
||||||
|
|
||||||
if BR2_PACKAGE_IPMITOOL
|
if BR2_PACKAGE_IPMITOOL
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Locally computed:
|
# Locally computed:
|
||||||
sha256 48b010e7bcdf93e4e4b6e43c53c7f60aa6873d574cbd45a8d86fa7aaeebaff9c ipmitool-1_8_19.tar.gz
|
sha256 78bc6fdbb0487652a3d0220072b9428d4ab6dfc198de2f28e8493932e6b893af ipmitool-IPMITOOL_1_8_19-git4.tar.gz
|
||||||
sha256 b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56 COPYING
|
sha256 b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56 COPYING
|
||||||
|
|||||||
@@ -4,11 +4,13 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
IPMITOOL_VERSION = 1_8_19
|
IPMITOOL_VERSION_UPSTREAM = 1.8.19
|
||||||
IPMITOOL_SITE = $(call github,ipmitool,ipmitool,IPMITOOL_$(IPMITOOL_VERSION))
|
IPMITOOL_VERSION = IPMITOOL_$(subst .,_,$(IPMITOOL_VERSION_UPSTREAM))
|
||||||
|
IPMITOOL_SITE = https://codeberg.org/IPMITool/ipmitool.git
|
||||||
|
IPMITOOL_SITE_METHOD = git
|
||||||
IPMITOOL_LICENSE = BSD-3-Clause
|
IPMITOOL_LICENSE = BSD-3-Clause
|
||||||
IPMITOOL_LICENSE_FILES = COPYING
|
IPMITOOL_LICENSE_FILES = COPYING
|
||||||
IPMITOOL_CPE_ID_VALID = YES
|
IPMITOOL_CPE_ID_VERSION = $(IPMITOOL_VERSION_UPSTREAM)
|
||||||
# From git
|
# From git
|
||||||
IPMITOOL_AUTORECONF = YES
|
IPMITOOL_AUTORECONF = YES
|
||||||
IPMITOOL_DEPENDENCIES = host-pkgconf
|
IPMITOOL_DEPENDENCIES = host-pkgconf
|
||||||
|
|||||||
Reference in New Issue
Block a user