]> code.ossystems Code Review - openembedded-core.git/commitdiff
ca-certificates: Add /etc to SYSROOT_DIRS
authorPatrick Vacek <patrickvacek@gmail.com>
Wed, 15 Nov 2017 12:40:41 +0000 (13:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Nov 2017 23:41:35 +0000 (23:41 +0000)
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@advancedtelematic.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/ca-certificates/ca-certificates_20170717.bb

index 59e7d5143730f1a73605ea6ec5da0e5d6b0feb27..52a1a07f68c114e0bcd279ada6a53b944a970773 100644 (file)
@@ -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