summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-01-17 16:50:17 -0600
committerMark Hatle <mark.hatle@windriver.com>2012-01-17 16:50:17 -0600
commitade3c4896881d3cb68e55b32ae3dccdf166b1965 (patch)
treeed697f8a02fd1aaa1dd447fa57cddc2007400a95
parent12cb67c6d4eb2dda60f3e991894174ab5b317177 (diff)
downloadmeta-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.bb17
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 @@
1SUMMARY = "Python modules for supporting various SELinux utilities."
2DESCRIPTION = "Python modules for supporting various SELinux utilities."
3SECTION = "base"
4PR = "r1"
5LICENSE = "LGPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
7
8include selinux.inc
9
10SRC_URI[md5sum] = "efc281a45fde093c6506853617594ce6"
11SRC_URI[sha256sum] = "9f2f6b07912aee3ecf32060ea09bab6d8d9cfe492638b28f058b4490b44c8e78"
12
13EXTRA_OEMAKE += "PYTHONLIBDIR='${libdir}/python${PYTHON_BASEVERSION}/site-packages'"
14
15DEPENDS += "python"
16
17FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/site-packages"