diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2013-12-31 03:33:57 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2014-01-10 14:13:44 -0600 |
commit | f04f030a1d19089580deb9905b0b24aaf53be750 (patch) | |
tree | 7033d452b7989696c08e3a6eedc09729fc0fe19e /recipes-security/selinux/libselinux_git.bb | |
parent | a4b25c05a1e35a308c360723f37df6974520fa62 (diff) | |
download | meta-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.bb | 10 |
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 @@ | |||
1 | PR = "r0" | 1 | PR = "r0" |
2 | PV = "2.1.13+git${SRCPV}" | 2 | PV = "2.2+git${SRCPV}" |
3 | 3 | ||
4 | include selinux_git.inc | 4 | include selinux_git.inc |
5 | include ${BPN}.inc | 5 | include ${BPN}.inc |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" |
8 | 8 | ||
9 | SRC_URI += "file://libselinux-fix-init-load-policy.patch \ | 9 | SRC_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 | " | ||