Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setools: fix incorrect PYTHON_LDFLAGS. | Xin Ouyang | 2013-01-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | PYTHON_LDFLAGS is considered as the full path of libpython2.7.so, dirname of the .so file will be expanded into -L<DIR>. As a result, current PYTHON_LDFLAGS cause this compile result: ${CC} ... -L-LXXX/tmp/sysroots/qemux86-64/usr/lib64 -L-lapol -lqpol -o _sesearch.so So "-lapol" is ignored, fix this. CQID: WIND00400717 Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||||
* | setools: add libxml2 DEPENDS. | Xin Ouyang | 2012-10-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||||
* | setools: inherit pythonnative | Xin Ouyang | 2012-09-20 | 1 | -3/+3 |
| | | | | | | | With new changes in oe-core, recipes which need python-native should "inherit pythonnative". Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||||
* | setools: Patch for neverallow rules. | Xin Ouyang | 2012-03-27 | 2 | -0/+32 |
| | |||||
* | setools: Remove the python disabled patch. | Xin Ouyang | 2012-03-27 | 2 | -31/+0 |
| | | | | Before the python modules are needed by policycoreutils. | ||||
* | setools: Fix depends and file list. | Xin Ouyang | 2012-03-27 | 1 | -1/+46 |
| | |||||
* | setools: Add version 3.3.7. | Xin Ouyang | 2012-03-08 | 16 | -0/+5181 |