summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2014-04-14 09:53:49 +0800
committerJoe MacDonald <joe@deserted.net>2014-05-09 08:48:15 -0400
commit53e838852f69b3df1f47462db22cedee8e5bae87 (patch)
treec00c8ddbde999df17000074f7995de1ede3317da
parent75a1e898d9b8decd1e3470f2479cb99b73cf6013 (diff)
downloadmeta-selinux-53e838852f69b3df1f47462db22cedee8e5bae87.tar.gz
sepolgen: 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/sepolgen.inc2
-rw-r--r--recipes-security/selinux/sepolgen_1.2.1.bb2
-rw-r--r--recipes-security/selinux/sepolgen_git.bb2
3 files changed, 2 insertions, 4 deletions
diff --git a/recipes-security/selinux/sepolgen.inc b/recipes-security/selinux/sepolgen.inc
index 05e6544..b5729ae 100644
--- a/recipes-security/selinux/sepolgen.inc
+++ b/recipes-security/selinux/sepolgen.inc
@@ -1,5 +1,3 @@
1PRINC = "1"
2
3SUMMARY = "Python modules for supporting various SELinux utilities." 1SUMMARY = "Python modules for supporting various SELinux utilities."
4DESCRIPTION = "\ 2DESCRIPTION = "\
5This package contains a Python module that forms the core of the \ 3This package contains a Python module that forms the core of the \
diff --git a/recipes-security/selinux/sepolgen_1.2.1.bb b/recipes-security/selinux/sepolgen_1.2.1.bb
index eb1065a..a253e17 100644
--- a/recipes-security/selinux/sepolgen_1.2.1.bb
+++ b/recipes-security/selinux/sepolgen_1.2.1.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/sepolgen_git.bb b/recipes-security/selinux/sepolgen_git.bb
index 95c3491..9b3cbe2 100644
--- a/recipes-security/selinux/sepolgen_git.bb
+++ b/recipes-security/selinux/sepolgen_git.bb
@@ -1,4 +1,4 @@
1PR = "r0" 1PR = "r99"
2PV = "1.2.1+git${SRCPV}" 2PV = "1.2.1+git${SRCPV}"
3 3
4include selinux_git.inc 4include selinux_git.inc