summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2014-01-16 00:24:03 -0500
committerMark Hatle <mark.hatle@windriver.com>2014-01-16 10:54:48 -0600
commitbe0c90cf69c3e88ccaf31dd31c95df35979192ee (patch)
treece3eeb0e00e2b89d269b2160af0739ad3b8238ab
parent2fb68f414cbbedfc8392623cd29e860cbcd15f0e (diff)
downloadmeta-selinux-dora-next.tar.gz
libselinux: migrate SRC_URI to 2.2.2dora-next
(From meta-selinux master rev: feb9fc8e889b51d10432388e7bac467e95a1f22e) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--recipes-security/selinux/libselinux_2.2.2.bb (renamed from recipes-security/selinux/libselinux_2.2.bb)4
-rw-r--r--recipes-security/selinux/selinux_20131030.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/selinux/libselinux_2.2.bb b/recipes-security/selinux/libselinux_2.2.2.bb
index 23bb9cb..d0a4e2e 100644
--- a/recipes-security/selinux/libselinux_2.2.bb
+++ b/recipes-security/selinux/libselinux_2.2.2.bb
@@ -5,8 +5,8 @@ include ${BPN}.inc
5 5
6LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
7 7
8SRC_URI[md5sum] = "d82beab880749a017f2737e6687fec30" 8SRC_URI[md5sum] = "55026eb4654c4f732a27c191b39bebaf"
9SRC_URI[sha256sum] = "e9dc64216543a7283d786f623ac28e8867f8794138e7deba474a3aa8d02dce33" 9SRC_URI[sha256sum] = "30ab363416806da907b86b97f1d31c252473e3200358bb1570f563c8312b5a3e"
10 10
11SRC_URI += "\ 11SRC_URI += "\
12 file://libselinux-drop-Wno-unused-but-set-variable.patch \ 12 file://libselinux-drop-Wno-unused-but-set-variable.patch \
diff --git a/recipes-security/selinux/selinux_20131030.inc b/recipes-security/selinux/selinux_20131030.inc
index 807a37c..8d09f28 100644
--- a/recipes-security/selinux/selinux_20131030.inc
+++ b/recipes-security/selinux/selinux_20131030.inc
@@ -3,7 +3,7 @@ SELINUX_RELEASE = "20131030"
3SRC_URI = "http://userspace.selinuxproject.org/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz" 3SRC_URI = "http://userspace.selinuxproject.org/releases/${SELINUX_RELEASE}/${BPN}-${PV}.tar.gz"
4 4
5PREFERRED_VERSION_checkpolicy = "2.2" 5PREFERRED_VERSION_checkpolicy = "2.2"
6PREFERRED_VERSION_libselinux = "2.2" 6PREFERRED_VERSION_libselinux = "2.2.2"
7PREFERRED_VERSION_libsemanage = "2.2" 7PREFERRED_VERSION_libsemanage = "2.2"
8PREFERRED_VERSION_libsepol = "2.2" 8PREFERRED_VERSION_libsepol = "2.2"
9PREFERRED_VERSION_policycoreutils = "2.2.5" 9PREFERRED_VERSION_policycoreutils = "2.2.5"