aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/salt/salt_3001.1.bb
AgeCommit message (Collapse)Author
2021-08-27salt: use $BPN in SRC_URIhonisterAlex Stewart
Recent OE branches will throw a warning when recipe SRC_URIs use the $PN variable, instead of the $BPN variable. BPN and PN are both `salt` for the salt recipe, so it makes no difference which is used. Use $BPN in the SRC_URI, to satisfy the warning. Signed-off-by: Alex Stewart <alex.stewart@ni.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-08-27salt: correct LICENSE md5sumAlex Stewart
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>
2021-07-31global: overrides conversionBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-09-27salt: Move to version 3001.1 and fix RDEPENDSDavid Burns
Move to a new minor version of salt, 3001.1 that includes a number of bug fixes. Salt also needs the python3-distro runtime dependency for all of the packages in the recipe, not just the salt-master package so it has been included in the common package. A runtime dependency on python-pycryptodomex has been added to the salt-master and salt-minion packages as both have required it since the 3001 salt version. Signed-off-by: David Burns <dburns@digi.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>