diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2014-01-20 04:27:08 -0500 |
---|---|---|
committer | Xin Ouyang <xin.ouyang@windriver.com> | 2014-01-20 18:15:00 +0800 |
commit | 4cc255d6dbe153b098f887595f57f76c367f1121 (patch) | |
tree | 7cfc663472aa409385a3583fcef8af5f386f6462 | |
parent | 3fee4a09cc26816862dacfb2081dc7e0fa7ca47e (diff) | |
download | meta-selinux-4cc255d6dbe153b098f887595f57f76c367f1121.tar.gz |
selinux: remove PREFERRED_VERSION configs
We are using the latest version for selinux userspace packages, so
remove the PREFERRED_VERSION configs.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com>
-rw-r--r-- | recipes-security/selinux/selinux_20131030.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/recipes-security/selinux/selinux_20131030.inc b/recipes-security/selinux/selinux_20131030.inc index 807a37c..2cb35d5 100644 --- a/recipes-security/selinux/selinux_20131030.inc +++ b/recipes-security/selinux/selinux_20131030.inc | |||
@@ -2,11 +2,4 @@ SELINUX_RELEASE = "20131030" | |||
2 | 2 | ||
3 | SRC_URI = "http://userspace.selinuxproject.org/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz" | 3 | SRC_URI = "http://userspace.selinuxproject.org/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz" |
4 | 4 | ||
5 | PREFERRED_VERSION_checkpolicy = "2.2" | ||
6 | PREFERRED_VERSION_libselinux = "2.2" | ||
7 | PREFERRED_VERSION_libsemanage = "2.2" | ||
8 | PREFERRED_VERSION_libsepol = "2.2" | ||
9 | PREFERRED_VERSION_policycoreutils = "2.2.5" | ||
10 | PREFERRED_VERSION_sepolgen = "1.2.1" | ||
11 | |||
12 | include selinux_common.inc | 5 | include selinux_common.inc |