diff options
author | 2021-08-23 14:19:31 -0500 | |
---|---|---|
committer | 2021-08-27 10:53:20 -0400 | |
commit | 639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5 (patch) | |
tree | 68b1419a08d5e660c90ebc502e7103b9e943da13 /meta-openstack/recipes-support/salt/salt_3001.1.bb | |
parent | f4b1d9d404af79289f70f3db1ee283bd5abdd523 (diff) | |
download | meta-cloud-services-639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5.tar.gz meta-cloud-services-639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5.tar.bz2 meta-cloud-services-639cb9354be12a8b6af3d2f5ea7ce5d559e2c4f5.zip |
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>
Diffstat (limited to 'meta-openstack/recipes-support/salt/salt_3001.1.bb')
-rw-r--r-- | meta-openstack/recipes-support/salt/salt_3001.1.bb | 2 |
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 9c6e1322..fbd58558 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 \ |