diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-04-14 15:41:56 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2020-04-15 14:58:16 -0400 |
commit | e7be403429f679153ce0b025ea90ec66875c6504 (patch) | |
tree | 80e7be73ce69fe8af20bb5747087776b216897ee | |
parent | 70b32c88db811c51beac8b283c9f332589060f95 (diff) | |
download | meta-selinux-e7be403429f679153ce0b025ea90ec66875c6504.tar.gz |
selinux-sandbox: upgrade to 3.0 (20191204)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/selinux/selinux-sandbox_2.9.bb | 7 | ||||
-rw-r--r-- | recipes-security/selinux/selinux-sandbox_3.0.bb | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes-security/selinux/selinux-sandbox_2.9.bb b/recipes-security/selinux/selinux-sandbox_2.9.bb deleted file mode 100644 index b1dd462..0000000 --- a/recipes-security/selinux/selinux-sandbox_2.9.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require selinux_20190315.inc | ||
2 | require ${BPN}.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | SRC_URI[md5sum] = "3482b8fa6648160e97ba48ad26f84e7d" | ||
7 | SRC_URI[sha256sum] = "01915f57f08642751dea550a87f82a6f2fcec754be48dcfa28266c14bd044262" | ||
diff --git a/recipes-security/selinux/selinux-sandbox_3.0.bb b/recipes-security/selinux/selinux-sandbox_3.0.bb new file mode 100644 index 0000000..a60f52c --- /dev/null +++ b/recipes-security/selinux/selinux-sandbox_3.0.bb | |||
@@ -0,0 +1,7 @@ | |||
1 | require selinux_20191204.inc | ||
2 | require ${BPN}.inc | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
5 | |||
6 | SRC_URI[md5sum] = "81447c46bf4cae9a5fa38c5fb8dc923e" | ||
7 | SRC_URI[sha256sum] = "66fb4ea3a9e3d1e6004f13666b8390be751dd226a8496b995ed0332788758d0a" | ||