diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-04-14 09:53:49 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-05-09 08:48:15 -0400 |
commit | 53e838852f69b3df1f47462db22cedee8e5bae87 (patch) | |
tree | c00c8ddbde999df17000074f7995de1ede3317da | |
parent | 75a1e898d9b8decd1e3470f2479cb99b73cf6013 (diff) | |
download | meta-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.inc | 2 | ||||
-rw-r--r-- | recipes-security/selinux/sepolgen_1.2.1.bb | 2 | ||||
-rw-r--r-- | recipes-security/selinux/sepolgen_git.bb | 2 |
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 @@ | |||
1 | PRINC = "1" | ||
2 | |||
3 | SUMMARY = "Python modules for supporting various SELinux utilities." | 1 | SUMMARY = "Python modules for supporting various SELinux utilities." |
4 | DESCRIPTION = "\ | 2 | DESCRIPTION = "\ |
5 | This package contains a Python module that forms the core of the \ | 3 | This 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 @@ | |||
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/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 @@ | |||
1 | PR = "r0" | 1 | PR = "r99" |
2 | PV = "1.2.1+git${SRCPV}" | 2 | PV = "1.2.1+git${SRCPV}" |
3 | 3 | ||
4 | include selinux_git.inc | 4 | include selinux_git.inc |