diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-04-19 10:46:32 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2019-04-23 11:12:57 -0400 |
commit | a917c322c120c05fc6746fc9aca38c27398ffb4a (patch) | |
tree | 2e2bd0d886d83726e9c70a97e60a161e505e6068 | |
parent | b69dad729974d7dcab7b7f1173f1ccc172b0688b (diff) | |
download | meta-selinux-a917c322c120c05fc6746fc9aca38c27398ffb4a.tar.gz |
refpolicy: update source checksums for refpolicy 20190201
The previous md5sum and sha256sum are not correct.
See: https://github.com/SELinuxProject/refpolicy/releases/tag/RELEASE_2_20190201
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-security/refpolicy/refpolicy_2.20190201.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/refpolicy/refpolicy_2.20190201.inc b/recipes-security/refpolicy/refpolicy_2.20190201.inc index 822c0f3..78c6e74 100644 --- a/recipes-security/refpolicy/refpolicy_2.20190201.inc +++ b/recipes-security/refpolicy/refpolicy_2.20190201.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SRC_URI = "https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20190201/refpolicy-${PV}.tar.bz2" | 1 | SRC_URI = "https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20190201/refpolicy-${PV}.tar.bz2" |
2 | SRC_URI[md5sum] = "76a7a455289c9216ee0fbb8de71c9799" | 2 | SRC_URI[md5sum] = "babb0d5ca2ae333631d25392b2b3ce8d" |
3 | SRC_URI[sha256sum] = "5e4daee61d89dfdc8c7bf369f81c99845931e337916dc6401e301c5de57ea336" | 3 | SRC_URI[sha256sum] = "ed620dc91c4e09eee6271b373f7c61a364a82ea57bd2dc86ca1f7075304e2843" |
4 | 4 | ||
5 | FILESEXTRAPATHS_prepend := "${THISDIR}/refpolicy-2.20190201:" | 5 | FILESEXTRAPATHS_prepend := "${THISDIR}/refpolicy-2.20190201:" |
6 | 6 | ||