diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-01-16 12:14:44 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-01-17 16:47:41 -0600 |
commit | cdbe04d726e7ea31d6bc346ecbeeaa600130d053 (patch) | |
tree | 3704be0f827291326a49ead940012b9dae7b125c | |
parent | b353aaee200e61059395db9a5fa5331b21510318 (diff) | |
download | meta-selinux-cdbe04d726e7ea31d6bc346ecbeeaa600130d053.tar.gz |
libsepol: Add version 2.1.0
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-security/selinux/libsepol_2.1.0.bb | 17 | ||||
-rw-r--r-- | recipes-security/selinux/selinux.inc | 7 |
2 files changed, 24 insertions, 0 deletions
diff --git a/recipes-security/selinux/libsepol_2.1.0.bb b/recipes-security/selinux/libsepol_2.1.0.bb new file mode 100644 index 0000000..3498f21 --- /dev/null +++ b/recipes-security/selinux/libsepol_2.1.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "SELinux binary policy manipulation library" | ||
2 | DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary policies. \ | ||
3 | It is used by checkpolicy (the policy compiler) and similar tools, as well \ | ||
4 | as by programs like load_policy that need to perform specific transformations \ | ||
5 | on binary policies such as customizing policy boolean settings." | ||
6 | SECTION = "base" | ||
7 | PR = "r1" | ||
8 | LICENSE = "LGPLv2+" | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | ||
10 | |||
11 | include selinux.inc | ||
12 | inherit lib_package | ||
13 | |||
14 | SRC_URI[md5sum] = "66677a14e3618753c69a05bc65efae75" | ||
15 | SRC_URI[sha256sum] = "67fda7fc0944410fb021e6dc565d88714a7ccd3be276149ce518ab6086f129fe" | ||
16 | |||
17 | |||
diff --git a/recipes-security/selinux/selinux.inc b/recipes-security/selinux/selinux.inc new file mode 100644 index 0000000..fee06c1 --- /dev/null +++ b/recipes-security/selinux/selinux.inc | |||
@@ -0,0 +1,7 @@ | |||
1 | HOMEPAGE = "http://userspace.selinuxproject.org" | ||
2 | |||
3 | SRC_URI = "http://userspace.selinuxproject.org/releases/20110727/devel/${PN}-${PV}.tar.gz" | ||
4 | |||
5 | do_install() { | ||
6 | oe_runmake install DESTDIR="${D}" PREFIX="${D}/${prefix}" INCLUDEDIR="${D}/${includedir}" LIBDIR="${D}/${libdir}" SHLIBDIR="${D}/${base_libdir}" | ||
7 | } | ||