From 3963c388a350149b75f36142a06b16ac83f9f26e Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 18 Jan 2018 17:21:47 +0800 Subject: conf/layer.conf: remove bbclass from BBFILES Add bbclass to BBFILES doesn't make any sense. Signed-off-by: Robert Yang Signed-off-by: Armin Kuster --- meta-security-compliance/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-security-compliance/conf') diff --git a/meta-security-compliance/conf/layer.conf b/meta-security-compliance/conf/layer.conf index b1b9727..68d5528 100644 --- a/meta-security-compliance/conf/layer.conf +++ b/meta-security-compliance/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "scanners-layer" BBFILE_PATTERN_scanners-layer = "^${LAYERDIR}/" -- cgit v1.2.3-54-g00ecf