From b9eb2b4d82bc69c56dcda857d3b362e73dd74a67 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Mon, 6 Mar 2023 17:55:27 +0000 Subject: meta-security-compliance/layer: lower the priority from 10 to 6 The priority change on sumo version without any description. Since then is very hard to add in other layers a new version of any recipe on this layer with such priority so these patch reverts the priority back to 6. Signed-off-by: Jose Quaresma Signed-off-by: Armin Kuster --- meta-security-compliance/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index f07532c..82409a6 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf @@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "scanners-layer" BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" -BBFILE_PRIORITY_scanners-layer = "10" +BBFILE_PRIORITY_scanners-layer = "6" LAYERSERIES_COMPAT_scanners-layer = "mickledore" -- cgit v1.2.3-54-g00ecf