diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-01-17 16:48:21 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-01-17 16:48:21 -0600 |
commit | 44f90e0947f9575a9bd81bf5551d877133a9090e (patch) | |
tree | e31282c0b2980dfa328daf0f7ffc97b75191cf2a | |
parent | cdbe04d726e7ea31d6bc346ecbeeaa600130d053 (diff) | |
download | meta-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.bb | 22 |
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 @@ | |||
1 | SUMMARY = "SELinux library and simple utilities" | ||
2 | DESCRIPTION = "libselinux provides an API for SELinux applications to get and set \ | ||
3 | process and file security contexts and to obtain security policy \ | ||
4 | decisions. Required for any applications that use the SELinux API." | ||
5 | SECTION = "base" | ||
6 | PR = "r1" | ||
7 | LICENSE = "NSA-Public_Domain" | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84b4d2c6ef954a2d4081e775a270d0d0" | ||
9 | |||
10 | include selinux.inc | ||
11 | inherit lib_package | ||
12 | |||
13 | SRC_URI[md5sum] = "df32d1650d2ae48cb88c1589c41a50c4" | ||
14 | SRC_URI[sha256sum] = "fbc4911c1103b00b0530ed21d1004ffa8c661342e1101ccf4c73a573f89f9caf" | ||
15 | |||
16 | DEPENDS += "libsepol python" | ||
17 | |||
18 | EXTRA_OEMAKE += "INCLUDEDIR='${STAGING_INCDIR}' LIBDIR='${STAGING_LIBDIR}' PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR}/$(PYLIBVER)' PYLIB='${STAGING_LIBDIR}/$(PYLIBVER)' PYTHONLIBDIR='$(PYLIB)'" | ||
19 | |||
20 | do_compile() { | ||
21 | oe_runmake all pywrap | ||
22 | } | ||