summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-01-17 16:48:21 -0600
committerMark Hatle <mark.hatle@windriver.com>2012-01-17 16:48:21 -0600
commit44f90e0947f9575a9bd81bf5551d877133a9090e (patch)
treee31282c0b2980dfa328daf0f7ffc97b75191cf2a
parentcdbe04d726e7ea31d6bc346ecbeeaa600130d053 (diff)
downloadmeta-selinux-44f90e0947f9575a9bd81bf5551d877133a9090e.tar.gz
libselinux: Add version 2.1.0
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--recipes-security/selinux/libselinux_2.1.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-security/selinux/libselinux_2.1.0.bb b/recipes-security/selinux/libselinux_2.1.0.bb
new file mode 100644
index 0000000..a97e78b
--- /dev/null
+++ b/recipes-security/selinux/libselinux_2.1.0.bb
@@ -0,0 +1,22 @@
1SUMMARY = "SELinux library and simple utilities"
2DESCRIPTION = "libselinux provides an API for SELinux applications to get and set \
3process and file security contexts and to obtain security policy \
4decisions. Required for any applications that use the SELinux API."
5SECTION = "base"
6PR = "r1"
7LICENSE = "NSA-Public_Domain"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0"
9
10include selinux.inc
11inherit lib_package
12
13SRC_URI[md5sum] = "df32d1650d2ae48cb88c1589c41a50c4"
14SRC_URI[sha256sum] = "fbc4911c1103b00b0530ed21d1004ffa8c661342e1101ccf4c73a573f89f9caf"
15
16DEPENDS += "libsepol python"
17
18EXTRA_OEMAKE += "INCLUDEDIR='${STAGING_INCDIR}' LIBDIR='${STAGING_LIBDIR}' PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR}/$(PYLIBVER)' PYLIB='${STAGING_LIBDIR}/$(PYLIBVER)' PYTHONLIBDIR='$(PYLIB)'"
19
20do_compile() {
21 oe_runmake all pywrap
22}