diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-04-14 09:53:45 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-05-09 08:48:15 -0400 |
commit | 28a4c0cacb0acf766f173a26d38a0affd85cd53f (patch) | |
tree | ef0887dea936391d1bac35881d52656f842eb508 | |
parent | 001966c0c9029c42957dcf96cd4c913c7c6b9226 (diff) | |
download | meta-selinux-28a4c0cacb0acf766f173a26d38a0affd85cd53f.tar.gz |
checkpolicy: 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/checkpolicy.inc | 2 | ||||
-rw-r--r-- | recipes-security/selinux/checkpolicy_2.2.bb | 2 | ||||
-rw-r--r-- | recipes-security/selinux/checkpolicy_git.bb | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/recipes-security/selinux/checkpolicy.inc b/recipes-security/selinux/checkpolicy.inc index 54edc11..e0c7377 100644 --- a/recipes-security/selinux/checkpolicy.inc +++ b/recipes-security/selinux/checkpolicy.inc | |||
@@ -1,5 +1,3 @@ | |||
1 | PRINC = "1" | ||
2 | |||
3 | SUMMARY = "SELinux policy compiler" | 1 | SUMMARY = "SELinux policy compiler" |
4 | DESCRIPTION = "\ | 2 | DESCRIPTION = "\ |
5 | This package contains checkpolicy, the SELinux policy compiler. Only \ | 3 | This package contains checkpolicy, the SELinux policy compiler. Only \ |
diff --git a/recipes-security/selinux/checkpolicy_2.2.bb b/recipes-security/selinux/checkpolicy_2.2.bb index 8388e0f..47bbf57 100644 --- a/recipes-security/selinux/checkpolicy_2.2.bb +++ b/recipes-security/selinux/checkpolicy_2.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r0" | 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/checkpolicy_git.bb b/recipes-security/selinux/checkpolicy_git.bb index bf6250d..5b6ba4b 100644 --- a/recipes-security/selinux/checkpolicy_git.bb +++ b/recipes-security/selinux/checkpolicy_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r0" | 1 | PR = "r99" |
2 | PV = "2.2+git${SRCPV}" | 2 | PV = "2.2+git${SRCPV}" |
3 | 3 | ||
4 | include selinux_git.inc | 4 | include selinux_git.inc |