diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-07-06 15:31:05 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-07-17 16:56:39 -0700 |
commit | eca01510bf3f6a8fd01cfba4e37cdd7c0631e7ec (patch) | |
tree | 48a04311abf414e37be8c31afa9fbf4842c5e566 | |
parent | a64348d0df2f6e3df805638020888c8286478e82 (diff) | |
download | meta-security-eca01510bf3f6a8fd01cfba4e37cdd7c0631e7ec.tar.gz meta-security-eca01510bf3f6a8fd01cfba4e37cdd7c0631e7ec.tar.bz2 meta-security-eca01510bf3f6a8fd01cfba4e37cdd7c0631e7ec.zip |
meta-security-compliance: add meta-python
with some for the recipe updates, more pyton support is needed
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/conf/layer.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index b245a16..9ccadab 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf @@ -10,6 +10,4 @@ BBFILE_PRIORITY_scanners-layer = "10" LAYERSERIES_COMPAT_scanners-layer = "warrior" -LAYERDEPENDS_scanners-layer = " \ - core \ -" +LAYERDEPENDS_scanners-layer = "core openembedded-layer meta-python" |