diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-04-14 09:53:51 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-05-09 08:48:15 -0400 |
commit | 95d5e9115564e41236d28ff7e2d2a2ff94dc7b89 (patch) | |
tree | 94086231d5e1ccdf23639106e93aec760cf6fcdf | |
parent | 8b23a11a4907cc095415f5d80d381706fe1e36a0 (diff) | |
download | meta-selinux-95d5e9115564e41236d28ff7e2d2a2ff94dc7b89.tar.gz |
policycoreutils: remove PRINC warning
Bump up PR and remove PRINC. Set it to something suitably large that it's
unlikely to break anyone's package feed and so that it shows it's clearly
an exception case. Obviously this is just a staging activity until the
next update when we don't include anything of the sort.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-security/selinux/policycoreutils.inc | 2 | ||||
-rw-r--r-- | recipes-security/selinux/policycoreutils_2.2.5.bb | 2 | ||||
-rw-r--r-- | recipes-security/selinux/policycoreutils_git.bb | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/recipes-security/selinux/policycoreutils.inc b/recipes-security/selinux/policycoreutils.inc index 521e70b..a4d174c 100644 --- a/recipes-security/selinux/policycoreutils.inc +++ b/recipes-security/selinux/policycoreutils.inc | |||
@@ -1,5 +1,3 @@ | |||
1 | PRINC = "1" | ||
2 | |||
3 | SUMMARY = "SELinux policy core utilities" | 1 | SUMMARY = "SELinux policy core utilities" |
4 | DESCRIPTION = "policycoreutils contains the policy core utilities that are required \ | 2 | DESCRIPTION = "policycoreutils contains the policy core utilities that are required \ |
5 | for basic operation of a SELinux system. These utilities include \ | 3 | for basic operation of a SELinux system. These utilities include \ |
diff --git a/recipes-security/selinux/policycoreutils_2.2.5.bb b/recipes-security/selinux/policycoreutils_2.2.5.bb index 560cee6..2bbf541 100644 --- a/recipes-security/selinux/policycoreutils_2.2.5.bb +++ b/recipes-security/selinux/policycoreutils_2.2.5.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r1" | 1 | PR = "r99" |
2 | 2 | ||
3 | include selinux_20131030.inc | 3 | include selinux_20131030.inc |
4 | include ${BPN}.inc | 4 | include ${BPN}.inc |
diff --git a/recipes-security/selinux/policycoreutils_git.bb b/recipes-security/selinux/policycoreutils_git.bb index 92f6c26..823edb2 100644 --- a/recipes-security/selinux/policycoreutils_git.bb +++ b/recipes-security/selinux/policycoreutils_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r0" | 1 | PR = "r99" |
2 | PV = "2.2.5+git${SRCPV}" | 2 | PV = "2.2.5+git${SRCPV}" |
3 | 3 | ||
4 | include selinux_git.inc | 4 | include selinux_git.inc |