[linux-yocto] [PATCH 4/8] libsemanage: remove PRINC warning
Hongxu Jia
hongxu.jia at windriver.com
Thu Apr 10 19:34:53 PDT 2014
Bump up PR and remove PRINC.
Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
---
recipes-security/selinux/libsemanage.inc | 2 --
recipes-security/selinux/libsemanage_2.2.bb | 2 +-
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 @@
-PRINC = "1"
-
SUMMARY = "SELinux binary policy manipulation library"
DESCRIPTION = "libsemanage provides an API for the manipulation of SELinux binary policies. \
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 93daf9f..bc87287 100644
--- a/recipes-security/selinux/libsemanage_2.2.bb
+++ b/recipes-security/selinux/libsemanage_2.2.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
include selinux_20131030.inc
include ${BPN}.inc
diff --git a/recipes-security/selinux/libsemanage_git.bb b/recipes-security/selinux/libsemanage_git.bb
index a32ebc3..513fefe 100644
--- a/recipes-security/selinux/libsemanage_git.bb
+++ b/recipes-security/selinux/libsemanage_git.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
PV = "2.2+git${SRCPV}"
include selinux_git.inc
--
1.8.1.2
More information about the linux-yocto
mailing list