From 639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5 Mon Sep 17 00:00:00 2001 From: Alex Stewart Date: Mon, 23 Aug 2021 14:19:31 -0500 Subject: salt: correct LICENSE md5sum The md5sum "ac9a49d8..." has never been a salt LICENSE file hashsum. Salt_3001 verification therefore fails after fetch. Set the LICENSE file hashsum to the correct value as of salt upstream commit a1d07e9cc5d84895468bf360390754c4d68308d9 - which services salt 3001. Signed-off-by: Alex Stewart Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-support/salt/salt_3001.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-support/salt/salt_3001.1.bb b/meta-openstack/recipes-support/salt/salt_3001.1.bb index 9c6e132..fbd5855 100644 --- a/meta-openstack/recipes-support/salt/salt_3001.1.bb +++ b/meta-openstack/recipes-support/salt/salt_3001.1.bb @@ -1,7 +1,7 @@ HOMEPAGE = "http://saltstack.com/" SECTION = "admin" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ac9a49d86925151327b277d6a3999a07" DEPENDS = "\ python3-msgpack \ python3-pyyaml \ -- cgit v1.2.3-54-g00ecf