summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-04-14 09:53:45 +0800
committerJoe MacDonald <joe@deserted.net>2014-05-09 08:48:15 -0400
commit28a4c0cacb0acf766f173a26d38a0affd85cd53f (patch)
treeef0887dea936391d1bac35881d52656f842eb508
parent001966c0c9029c42957dcf96cd4c913c7c6b9226 (diff)
downloadmeta-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.inc2
-rw-r--r--recipes-security/selinux/checkpolicy_2.2.bb2
-rw-r--r--recipes-security/selinux/checkpolicy_git.bb2
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 @@
1PRINC = "1"
2
3SUMMARY = "SELinux policy compiler" 1SUMMARY = "SELinux policy compiler"
4DESCRIPTION = "\ 2DESCRIPTION = "\
5This package contains checkpolicy, the SELinux policy compiler. Only \ 3This 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 @@
1PR = "r0" 1PR = "r99"
2 2
3include selinux_20131030.inc 3include selinux_20131030.inc
4include ${BPN}.inc 4include ${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 @@
1PR = "r0" 1PR = "r99"
2PV = "2.2+git${SRCPV}" 2PV = "2.2+git${SRCPV}"
3 3
4include selinux_git.inc 4include selinux_git.inc