Skip to content

Commit

Permalink
salt: Add basic bbappends recipe for salt 3000.
Browse files Browse the repository at this point in the history
The LIC_FILES_CHKSUM provided by the upstream salt recipe does not
match the checksum of the downloaded license file. Update to the
matching checksum.
Add missing python3-distro as a build time dependency. This
dependency is required in Python 3.8 and above. Existing salt
[issue](saltstack/salt#55029).

Signed-off-by: Shruthi Ravichandran <shruthi.ravichandran@ni.com>
  • Loading branch information
shruthi-ravi authored and amstewart committed Aug 11, 2021
1 parent 72f0595 commit bc66ac8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-connectivity/salt/salt_3000.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
LIC_FILES_CHKSUM = "file://LICENSE;md5=c996f5a78d858a52c894fa3f4bec68c1"

DEPENDS += "python3-distro-native"

0 comments on commit bc66ac8

Please sign in to comment.