summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libselinux_git.bb
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2013-12-31 03:33:57 -0500
committerMark Hatle <mark.hatle@windriver.com>2014-01-10 14:13:44 -0600
commitf04f030a1d19089580deb9905b0b24aaf53be750 (patch)
tree7033d452b7989696c08e3a6eedc09729fc0fe19e /recipes-security/selinux/libselinux_git.bb
parenta4b25c05a1e35a308c360723f37df6974520fa62 (diff)
downloadmeta-selinux-f04f030a1d19089580deb9905b0b24aaf53be750.tar.gz
libselinux: migrate SRC_URI and patches to 2.2
These two patches are removed since they are merged by new version: - libselinux-fix-init-load-policy.patch - libselinux-pcre-link-order.patch Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'recipes-security/selinux/libselinux_git.bb')
-rw-r--r--recipes-security/selinux/libselinux_git.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-security/selinux/libselinux_git.bb b/recipes-security/selinux/libselinux_git.bb
index 6f93fd4..fb4fef2 100644
--- a/recipes-security/selinux/libselinux_git.bb
+++ b/recipes-security/selinux/libselinux_git.bb
@@ -1,10 +1,14 @@
1PR = "r0" 1PR = "r0"
2PV = "2.1.13+git${SRCPV}" 2PV = "2.2+git${SRCPV}"
3 3
4include selinux_git.inc 4include selinux_git.inc
5include ${BPN}.inc 5include ${BPN}.inc
6 6
7LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
8 8
9SRC_URI += "file://libselinux-fix-init-load-policy.patch \ 9SRC_URI += "\
10 file://libselinux-pcre-link-order.patch" 10 file://libselinux-drop-Wno-unused-but-set-variable.patch \
11 file://libselinux-make-O_CLOEXEC-optional.patch \
12 file://libselinux-make-SOCK_CLOEXEC-optional.patch \
13 file://libselinux-define-FD_CLOEXEC-as-necessary.patch \
14 "