summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Stewart <alex.stewart@ni.com>2021-08-23 14:19:31 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-08-27 10:53:20 -0400
commit639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5 (patch)
tree68b1419a08d5e660c90ebc502e7103b9e943da13
parentf4b1d9d404af79289f70f3db1ee283bd5abdd523 (diff)
downloadmeta-cloud-services-639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5.tar.gz
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 <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-support/salt/salt_3001.1.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1HOMEPAGE = "http://saltstack.com/" 1HOMEPAGE = "http://saltstack.com/"
2SECTION = "admin" 2SECTION = "admin"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=89aea4e17d99a7cacdbeed46a0096b10" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=ac9a49d86925151327b277d6a3999a07"
5DEPENDS = "\ 5DEPENDS = "\
6 python3-msgpack \ 6 python3-msgpack \
7 python3-pyyaml \ 7 python3-pyyaml \