summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2017-09-04 22:59:45 -0700
committerMark Hatle <mark.hatle@windriver.com>2017-09-13 19:48:50 -0500
commit9b70823774000acf803f0400b3cc7216e6116c99 (patch)
tree71577ccd03fbdb6f9a9e467b1c0312555002e1d7
parentc9186be1b8a7cf18e9deaa5d8a4007b9492ca09d (diff)
downloadmeta-selinux-9b70823774000acf803f0400b3cc7216e6116c99.tar.gz
sepolgen: remove package
The package has been moved to selinux-python/sepolgen. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--recipes-security/selinux/sepolgen.inc34
-rw-r--r--recipes-security/selinux/sepolgen_2.6.bb7
-rw-r--r--recipes-security/selinux/sepolgen_git.bb7
3 files changed, 0 insertions, 48 deletions
diff --git a/recipes-security/selinux/sepolgen.inc b/recipes-security/selinux/sepolgen.inc
deleted file mode 100644
index daf213d..0000000
--- a/recipes-security/selinux/sepolgen.inc
+++ /dev/null
@@ -1,34 +0,0 @@
1SUMMARY = "Python modules for supporting various SELinux utilities."
2DESCRIPTION = "\
3This package contains a Python module that forms the core of the \
4modern audit2allow (which is a part of the package policycoreutils). \
5The sepolgen library is structured to give flexibility to the \
6application using it. The library contains: Reference Policy \
7Representation, which are Objects for representing policies and the \
8reference policy interfaces. Secondly, it has objects and algorithms \
9for representing access and sets of access in an abstract way and \
10searching that access. It also has a parser for reference policy \
11"headers". It contains infrastructure for parsing SELinux related \
12messages as produced by the audit system. It has facilities for \
13generating policy based on required access."
14
15SECTION = "base"
16LICENSE = "LGPLv2+"
17
18FILES_${PN} = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
19
20DEPENDS += "python"
21
22inherit python-dir
23
24FILES_${PN} += "${libdir}/python${PYTHON_BASEVERSION}/site-packages \
25 /var/lib/sepolgen"
26
27do_install() {
28 oe_runmake DESTDIR=${D} \
29 PYTHONLIBDIR='${libdir}/python${PYTHON_BASEVERSION}/site-packages' \
30 install
31}
32
33BBCLASSEXTEND = "native"
34
diff --git a/recipes-security/selinux/sepolgen_2.6.bb b/recipes-security/selinux/sepolgen_2.6.bb
deleted file mode 100644
index 7825863..0000000
--- a/recipes-security/selinux/sepolgen_2.6.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1include selinux_20161014.inc
2include ${BPN}.inc
3
4LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
5
6SRC_URI[md5sum] = "84faa46a0eb0b603e903efeed239c244"
7SRC_URI[sha256sum] = "6a327b1576d914e57ad796a541a7a9bcceefb14c445355559993de0fdb8e7a60"
diff --git a/recipes-security/selinux/sepolgen_git.bb b/recipes-security/selinux/sepolgen_git.bb
deleted file mode 100644
index 9b3cbe2..0000000
--- a/recipes-security/selinux/sepolgen_git.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1PR = "r99"
2PV = "1.2.1+git${SRCPV}"
3
4include selinux_git.inc
5include ${BPN}.inc
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"