]> code.ossystems Code Review - openembedded-core.git/commitdiff
ca-certificates: Add /etc to SYSROOT_DIRS
authorPatrick Vacek <patrickvacek@gmail.com>
Thu, 9 Nov 2017 14:03:10 +0000 (15:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Dec 2017 17:14:32 +0000 (17:14 +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>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-support/ca-certificates/ca-certificates_20170717.bb

index 59e7d5143730f1a73605ea6ec5da0e5d6b0feb27..7d59fa63742e8af94717e801b696e35cf3693a87 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 += "/etc"
 
 inherit allarch