[yocto] [meta-java][PATCH 2/3] layer.conf: add ca-certificates-java to SIGGEN_EXCLUDERECIPES_ABISAFE
André Draszik
git at andred.net
Fri Mar 30 01:40:18 PDT 2018
From: André Draszik <andre.draszik at jci.com>
Same as ca-certificates in openembedded-core
Signed-off-by: André Draszik <andre.draszik at jci.com>
---
conf/layer.conf | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/conf/layer.conf b/conf/layer.conf
index 84a4d89..60fd726 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,3 +9,7 @@ BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-java = "10"
LICENSE_PATH += "${LAYERDIR}/licenses"
+
+SIGGEN_EXCLUDERECIPES_ABISAFE += "\
+ ca-certificates-java \
+"
--
2.16.2
More information about the yocto
mailing list