mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
libsepol: Add version 2.1.0
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
parent
b353aaee20
commit
cdbe04d726
17
recipes-security/selinux/libsepol_2.1.0.bb
Normal file
17
recipes-security/selinux/libsepol_2.1.0.bb
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
SUMMARY = "SELinux binary policy manipulation library"
|
||||
DESCRIPTION = "libsepol provides an API for the manipulation of SELinux binary policies. \
|
||||
It is used by checkpolicy (the policy compiler) and similar tools, as well \
|
||||
as by programs like load_policy that need to perform specific transformations \
|
||||
on binary policies such as customizing policy boolean settings."
|
||||
SECTION = "base"
|
||||
PR = "r1"
|
||||
LICENSE = "LGPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
include selinux.inc
|
||||
inherit lib_package
|
||||
|
||||
SRC_URI[md5sum] = "66677a14e3618753c69a05bc65efae75"
|
||||
SRC_URI[sha256sum] = "67fda7fc0944410fb021e6dc565d88714a7ccd3be276149ce518ab6086f129fe"
|
||||
|
||||
|
||||
7
recipes-security/selinux/selinux.inc
Normal file
7
recipes-security/selinux/selinux.inc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
HOMEPAGE = "http://userspace.selinuxproject.org"
|
||||
|
||||
SRC_URI = "http://userspace.selinuxproject.org/releases/20110727/devel/${PN}-${PV}.tar.gz"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install DESTDIR="${D}" PREFIX="${D}/${prefix}" INCLUDEDIR="${D}/${includedir}" LIBDIR="${D}/${libdir}" SHLIBDIR="${D}/${base_libdir}"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user