summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-04-14 09:53:48 +0800
committerJoe MacDonald <joe@deserted.net>2014-05-09 08:48:15 -0400
commitb8a9278244c536ee551f7756b0852e5a571ce7d2 (patch)
tree788b0ce8420ea6a1277094274ed9fa43eb0558ec
parent53e838852f69b3df1f47462db22cedee8e5bae87 (diff)
downloadmeta-selinux-b8a9278244c536ee551f7756b0852e5a571ce7d2.tar.gz
libsepol: 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/libsepol.inc2
-rw-r--r--recipes-security/selinux/libsepol_2.2.bb2
-rw-r--r--recipes-security/selinux/libsepol_git.bb2
3 files changed, 2 insertions, 4 deletions
diff --git a/recipes-security/selinux/libsepol.inc b/recipes-security/selinux/libsepol.inc
index b7509e2..b24ed28 100644
--- a/recipes-security/selinux/libsepol.inc
+++ b/recipes-security/selinux/libsepol.inc
@@ -1,5 +1,3 @@
1PRINC = "1"
2
3SUMMARY = "SELinux binary policy manipulation library" 1SUMMARY = "SELinux binary policy manipulation library"
4DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary policies. \ 2DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary policies. \
5It is used by checkpolicy (the policy compiler) and similar tools, as well \ 3It is used by checkpolicy (the policy compiler) and similar tools, as well \
diff --git a/recipes-security/selinux/libsepol_2.2.bb b/recipes-security/selinux/libsepol_2.2.bb
index b4d717c..485d1da 100644
--- a/recipes-security/selinux/libsepol_2.2.bb
+++ b/recipes-security/selinux/libsepol_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/libsepol_git.bb b/recipes-security/selinux/libsepol_git.bb
index bc2bd8f..3f83c90 100644
--- a/recipes-security/selinux/libsepol_git.bb
+++ b/recipes-security/selinux/libsepol_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