summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/checkpolicy_2.1.8.bb
Commit message (Collapse)AuthorAgeFilesLines
* selinux userspace: uprev to release 2.20120924Xin Ouyang2013-04-241-9/+0
| | | | | | | | | | | | | | | | | Upreved packages: - checkpolicy to 2.1.11 - libselinux to 2.1.12 - libsemanage to 2.1.9 - libsepol to 2.1.8 - policycoreutils to 2.1.13 - sepolgen to 1.1.8 Misc changes: - libselinux has a new depend for libpcre - drop patches that new version merged - set PR to r0 for new version Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* selinux packages: create include files.Xin Ouyang2013-01-051-24/+3
| | | | | | | | | | | | Create include files for selinux userspace packages: * checkpolicy.inc * libselinux.inc * libsemanage.inc * libsepol.inc * policycoreutils.inc * sepolgen.inc Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* checkpolicy+libsemanage: flex+bison native dependsXin Ouyang2012-11-291-2/+2
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* checkpolicy: Add flex to the DEPENDSMark Hatle2012-05-181-1/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* checkpolicy: Beautify the decription.Xin Ouyang2012-03-271-1/+7
|
* Add bb recipes for new release 2012-02-16.Xin Ouyang2012-02-201-0/+24
|
* Rename all git bb recipes.Xin Ouyang2012-02-201-23/+0
|
* Fix build issue for null MAKEFLAGS passed to oe_runmake.Xin Ouyang2012-02-171-9/+0
| | | | | | | EXTRA_OEMAKE is typically: -e MAKEFLAGS= Because of "MAKEFLAGS= ", ENV variables will not pass to subdirs. This may cause some selinux packages build failed while cross-building, so we redefine EXTRA_OEMAKE here.
* selinux: bb recipes for SELinux from git source.Xin Ouyang2012-02-131-0/+32
Since commit 60b2092e, we have these: checkpolicy v2.1.8 libselinux v2.1.9 libsemanage v2.1.6 libsepol v2.1.4 policycoreutils v2.1.10 sepolgen v1.1.5