summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* libcgroup: Add libcgroupMark Hatle2012-05-181-0/+27
| | | | | | | | add libcgroup recipe from meta-openembedded/meta-oe as of commit: 902ed05dfca3ce2b98fc9e3a4cafdee956130df7 Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Revert libcgroup additions and patchesMark Hatle2012-05-183-218/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* sysvinit: Fix environment variables override bug.Xin Ouyang2012-04-271-0/+2
| | | | | | | | | | | | | | As we have specified "-e MAKEFLAGS= " to make, environment variables will override variables in the top makefile but not subdir makefiles. Current bb uses sysvinit-xxx/src as ${B}, the environment variable CPPFLAGS would override all "CPPFLAGS" lines in sysvinit-xxx/src/Makefile. Such as "CPPFLAGS+= -DACCTON_OFF", "CPPFLAGS += $(SELINUX_DEF)" and "CPPFLAGS += -DINIT_MAIN". This causes some sections(#ifdef INIT_MAIN/WITH_SELINUX ... #endif) will never be used.
* sysvinit: bbappend to build with libselinux.Xin Ouyang2012-04-172-0/+81
| | | | Also a patch from sysvinit upstream to fix selinux init.
* libcgroup: Add libcgroup for initscripts.Xin Ouyang2012-02-292-0/+152
|
* libcgroup: Add new version 0.38Xin Ouyang2012-02-281-0/+33
|
* libcgroup: Fix the summary and description.Xin Ouyang2012-02-281-1/+9
|
* libcgroup: needed by policycoreutils.Xin Ouyang2012-02-131-0/+25