diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2017-09-04 22:59:56 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2017-09-14 08:28:09 -0500 |
commit | fdf76122b6a55fed7cffc578300279cc723ac90e (patch) | |
tree | c1ba7a444f82610467f9f9caa1dce3afd27f07d2 /conf | |
parent | fe8bc0740bf65af08b7ba2213a03d7c37364516a (diff) | |
download | meta-selinux-fdf76122b6a55fed7cffc578300279cc723ac90e.tar.gz |
setools: uprev to 4.1.1
SETools v4 is a rewrite of SETools in Python, details refer to:
https://github.com/TresysTechnology/setools/wiki/Changes-Since-SETools-v3
Changes for upreving:
* removed setools_3.3.8.bb and all useless patch
* add patches to fix cross-compiling issues:
- setools4-fixes-for-cross-compiling.patch
- setools4-fix-cross-compiling-errors-for-powerpc-mips.patch
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Per discussion w/ Wenzong, added meta-python as a dependency and enabled
the RDEPENDS within the new setools_4.1.1.bb
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 39ae7bf..b13633a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -20,4 +20,5 @@ LAYERVERSION_selinux = "1" | |||
20 | 20 | ||
21 | LAYERDEPENDS_selinux = " \ | 21 | LAYERDEPENDS_selinux = " \ |
22 | core \ | 22 | core \ |
23 | meta-python \ | ||
23 | " | 24 | " |