diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2013-12-31 04:20:11 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2014-01-10 14:13:44 -0600 |
commit | fd8729d82d7667e60faeff863ee9c192240582a3 (patch) | |
tree | 072962445f38747b9bbeabce9970df3d9368f567 /recipes-security/selinux/libsepol_git.bb | |
parent | 9bd03e1bddb9348656d368a19fb6b57e94073847 (diff) | |
download | meta-selinux-fd8729d82d7667e60faeff863ee9c192240582a3.tar.gz |
libsepol: migrate SRC_URI to 2.2
Removed patch and ported changes to 2.2 bbfile:
- libsepol-Change-ranlib-for-cross-compiling.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/libsepol_git.bb')
-rw-r--r-- | recipes-security/selinux/libsepol_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-security/selinux/libsepol_git.bb b/recipes-security/selinux/libsepol_git.bb index 1fa83a4..bc2bd8f 100644 --- a/recipes-security/selinux/libsepol_git.bb +++ b/recipes-security/selinux/libsepol_git.bb | |||
@@ -1,9 +1,7 @@ | |||
1 | PR = "r0" | 1 | PR = "r0" |
2 | PV = "2.1.9+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://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
8 | |||
9 | SRC_URI += "file://libsepol-Change-ranlib-for-cross-compiling.patch" | ||