diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-01-17 16:50:17 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-01-17 16:50:17 -0600 |
commit | ade3c4896881d3cb68e55b32ae3dccdf166b1965 (patch) | |
tree | ed697f8a02fd1aaa1dd447fa57cddc2007400a95 | |
parent | 12cb67c6d4eb2dda60f3e991894174ab5b317177 (diff) | |
download | meta-selinux-ade3c4896881d3cb68e55b32ae3dccdf166b1965.tar.gz |
sepolgen: Add version 1.1.0
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-security/selinux/sepolgen_1.1.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-security/selinux/sepolgen_1.1.0.bb b/recipes-security/selinux/sepolgen_1.1.0.bb new file mode 100644 index 0000000..32f8976 --- /dev/null +++ b/recipes-security/selinux/sepolgen_1.1.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "Python modules for supporting various SELinux utilities." | ||
2 | DESCRIPTION = "Python modules for supporting various SELinux utilities." | ||
3 | SECTION = "base" | ||
4 | PR = "r1" | ||
5 | LICENSE = "LGPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | ||
7 | |||
8 | include selinux.inc | ||
9 | |||
10 | SRC_URI[md5sum] = "efc281a45fde093c6506853617594ce6" | ||
11 | SRC_URI[sha256sum] = "9f2f6b07912aee3ecf32060ea09bab6d8d9cfe492638b28f058b4490b44c8e78" | ||
12 | |||
13 | EXTRA_OEMAKE += "PYTHONLIBDIR='${libdir}/python${PYTHON_BASEVERSION}/site-packages'" | ||
14 | |||
15 | DEPENDS += "python" | ||
16 | |||
17 | FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/site-packages" | ||