From 8a6722eaee257d75d280bcfcbf4fa83504c4d7fe Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 5 May 2022 06:36:30 -0700 Subject: layer.conf: fix up layer dependancies. reorg pkgs so the we only need meta-oe Signed-off-by: Armin Kuster --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 21f03d1..210609a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -11,7 +11,7 @@ BBFILE_PRIORITY_security = "8" LAYERSERIES_COMPAT_security = "kirkstone" -LAYERDEPENDS_security = "core openembedded-layer perl-layer networking-layer meta-python" +LAYERDEPENDS_security = "core openembedded-layer" # Sanity check for meta-security layer. # Setting SKIP_META_SECURITY_SANITY_CHECK to "1" would skip the bbappend files check. -- cgit v1.2.3-54-g00ecf