[oe-commits] [openembedded-core] 91/122: ca-certificates: Add /etc to SYSROOT_DIRS

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:26:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit 704e0392809b8a062433f6a4e5c5980c34b47dce
Author: Patrick Vacek <patrickvacek at gmail.com>
AuthorDate: Thu Nov 9 15:03:10 2017 +0100

    ca-certificates: Add /etc to SYSROOT_DIRS
    
    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>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Armin Kuster <akuster at mvista.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 59e7d51..7d59fa6 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 += "/etc"
 
 inherit allarch
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list