summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-03-11 21:13:08 +0800
committerJoe MacDonald <joe@deserted.net>2023-03-27 09:34:02 -0400
commitc370b82cde33c542d86b66fe929c35497a6f5075 (patch)
tree68e471bb1ed0958a716b1c86e3df5bcc0a96ca54
parent4da226c5c5932c2d266160c00375faac8be6f6cb (diff)
downloadmeta-selinux-c370b82cde33c542d86b66fe929c35497a6f5075.tar.gz
semodule-utils: upgrade 3.4 -> 3.5
License-Update: Rename COPYING to LICENSE. No content changes. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/semodule-utils_3.5.bb (renamed from recipes-security/selinux/semodule-utils_3.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/selinux/semodule-utils_3.4.bb b/recipes-security/selinux/semodule-utils_3.5.bb
index 3f53cf0..0c1c189 100644
--- a/recipes-security/selinux/semodule-utils_3.4.bb
+++ b/recipes-security/selinux/semodule-utils_3.5.bb
@@ -4,7 +4,7 @@ The utilities to create, expand, link and show the dependencies between \
4the SELinux policy module packages." 4the SELinux policy module packages."
5SECTION = "base" 5SECTION = "base"
6LICENSE = "GPL-2.0-or-later" 6LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=393a5ca445f6965873eca0259a17f833" 7LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=393a5ca445f6965873eca0259a17f833"
8 8
9require selinux_common.inc 9require selinux_common.inc
10 10