[OE-core] [PATCH v2] ca-certificates: Add /etc to SYSROOT_DIRS

Patrick Vacek patrick at advancedtelematic.com
Wed Nov 15 12:40:41 UTC 2017


From: Patrick Vacek <patrickvacek at gmail.com>

For recipes that depend on native ca-certificates.crt, /etc should be
added to the list of directories that automatically populate the
sysroot, otherwise the file may not be there.

Signed-off-by: Patrick Vacek <patrick at advancedtelematic.com>
---
 meta/recipes-support/ca-certificates/ca-certificates_20170717.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb b/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb
index 59e7d51437..52a1a07f68 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb
@@ -24,6 +24,7 @@ SRC_URI = "git://anonscm.debian.org/collab-maint/ca-certificates.git \
            file://sbindir.patch"
 
 S = "${WORKDIR}/git"
+SYSROOT_DIRS_class-native += "${sysconfdir}"
 
 inherit allarch
 
-- 
2.11.0




More information about the Openembedded-core mailing list