summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/libsepol_git.bb
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2013-12-31 04:20:11 -0500
committerMark Hatle <mark.hatle@windriver.com>2014-01-10 14:13:44 -0600
commitfd8729d82d7667e60faeff863ee9c192240582a3 (patch)
tree072962445f38747b9bbeabce9970df3d9368f567 /recipes-security/selinux/libsepol_git.bb
parent9bd03e1bddb9348656d368a19fb6b57e94073847 (diff)
downloadmeta-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.bb4
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 @@
1PR = "r0" 1PR = "r0"
2PV = "2.1.9+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://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" 7LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
8
9SRC_URI += "file://libsepol-Change-ranlib-for-cross-compiling.patch"