diff options
author | 2022-05-05 06:36:30 -0700 | |
---|---|---|
committer | 2022-05-06 07:31:49 -0700 | |
commit | bf71c3f1ded6358fe4ac25788511084691d4e18d (patch) | |
tree | ff666b4fda3c4cd58ecff6d9044a888e59eed863 | |
parent | aeacee804ef4ce0b46aca0b902cae2d5c1c36fb1 (diff) | |
download | meta-security-master-next.tar.gz meta-security-master-next.tar.bz2 meta-security-master-next.zip |
layer.conf: fix up layer dependancies.master-next
reorg pkgs so the we only need meta-oe
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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. |