diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-04-14 09:53:47 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-05-09 08:48:15 -0400 |
commit | 8de76cf162645de454a1fe932d768e50c304639d (patch) | |
tree | da052034e5d18aa2d5c245b1df94e333c3639b4a | |
parent | b8a9278244c536ee551f7756b0852e5a571ce7d2 (diff) | |
download | meta-selinux-8de76cf162645de454a1fe932d768e50c304639d.tar.gz |
libsemanage: 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/libsemanage.inc | 2 | ||||
-rw-r--r-- | recipes-security/selinux/libsemanage_2.2.bb | 2 | ||||
-rw-r--r-- | recipes-security/selinux/libsemanage_git.bb | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/recipes-security/selinux/libsemanage.inc b/recipes-security/selinux/libsemanage.inc index d01bf6f..7742c30 100644 --- a/recipes-security/selinux/libsemanage.inc +++ b/recipes-security/selinux/libsemanage.inc | |||
@@ -1,5 +1,3 @@ | |||
1 | PRINC = "1" | ||
2 | |||
3 | SUMMARY = "SELinux binary policy manipulation library" | 1 | SUMMARY = "SELinux binary policy manipulation library" |
4 | DESCRIPTION = "libsemanage provides an API for the manipulation of SELinux binary policies. \ | 2 | DESCRIPTION = "libsemanage provides an API for the manipulation of SELinux binary policies. \ |
5 | It is used by checkpolicy (the policy compiler) and similar tools, as well \ | 3 | It is used by checkpolicy (the policy compiler) and similar tools, as well \ |
diff --git a/recipes-security/selinux/libsemanage_2.2.bb b/recipes-security/selinux/libsemanage_2.2.bb index 716296f..6a67d9f 100644 --- a/recipes-security/selinux/libsemanage_2.2.bb +++ b/recipes-security/selinux/libsemanage_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/libsemanage_git.bb b/recipes-security/selinux/libsemanage_git.bb index a32ebc3..9106904 100644 --- a/recipes-security/selinux/libsemanage_git.bb +++ b/recipes-security/selinux/libsemanage_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 |