From fdf76122b6a55fed7cffc578300279cc723ac90e Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 4 Sep 2017 22:59:56 -0700 Subject: 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 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 --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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" LAYERDEPENDS_selinux = " \ core \ + meta-python \ " -- cgit v1.2.3-54-g00ecf