summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* python: disable exit handler to rw history fileXin Ouyang2013-01-172-0/+31
| | | | | | | | | | | | oe-core adds a exit handler to rw python command history file (~/.python-history). There are no allow rules for every user&role to use create/read/write ~/.python-history, and it is also improper to add rules because these rules would blow up the user&role's scope of authority. So disable the handler, if selinux enabled. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* packages: inherit enable-selinuxXin Ouyang2013-01-051-5/+2
| | | | Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* rpm: fix depend for selinux enabledXin Ouyang2012-08-211-2/+2
| | | | | | | The depends should be: libsepol -> libselinux -> libsemanage -> rpm Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* Revert "rpm: fix patch not found bug with old oe-core."Xin Ouyang2012-07-191-1/+1
| | | | This reverts commit b1c47e89858b2571d2f75375777f3dd541783a59.
* rpm: fix patch not found bug with old oe-core.Xin Ouyang2012-07-031-1/+1
| | | | | | | | | | NOTE: package rpm-native-5.4.9-r44.1: task do_fetch: Started ERROR: Error executing a python function in .../meta/recipes-devtools/rpm/rpm_5.4.9.bb: IOError: [Errno 2] No such file or directory: '.../rpm-fix-build-bug.patch' Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* python-ipy: rename to fix opkg-build error.Xin Ouyang2012-06-291-0/+0
| | | | | | *** Error: Package name contains illegal characters, (other than [a-z0-9.+-]) Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* rpm: Build with selinux support.Xin Ouyang2012-06-282-0/+39
| | | | | Acked-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
* swig: Add swig 2.0.0Mark Hatle2012-05-182-0/+31
| | | | | | | | Add swig recipe from meta-openembedded/meta-oe as of commit: 2eb27e123b7a85453224f2c822d43f8572eec57a Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Revert "swig: for libraries to build python bindings."Mark Hatle2012-05-182-29/+0
| | | | This reverts commit 63e12109ce58a5622dc47bdff2d1d347b3474a04.
* python-IPy: needed by policycoreutils.Xin Ouyang2012-02-131-0/+34
|
* swig: for libraries to build python bindings.Xin Ouyang2012-02-132-0/+29
| | | | libselinux & libsemanage would use it to build python bindings.
* prelink: Enable SE LinuxMark Hatle2012-01-311-0/+6
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>