libsepol: Add version 2.1.0

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
Mark Hatle 2012-01-16 12:14:44 -06:00
parent b353aaee20
commit cdbe04d726
2 changed files with 24 additions and 0 deletions

View 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"

View 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}"
}