[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8213/8267] ca-certificates: Add /etc to SYSROOT_DIRS



commit 351192c3145db0d103e2f691a5847e8c2e430cb7
Author: Patrick Vacek <patrickvacek gmail com>
Date:   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.
    
    (From OE-Core rev: 704e0392809b8a062433f6a4e5c5980c34b47dce)
    
    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>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../ca-certificates/ca-certificates_20170717.bb    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]