From 351192c3145db0d103e2f691a5847e8c2e430cb7 Mon Sep 17 00:00:00 2001 From: Patrick Vacek Date: Thu, 9 Nov 2017 15:03:10 +0100 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Armin Kuster Signed-off-by: Richard Purdie --- meta/recipes-support/ca-certificates/ca-certificates_20170717.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb b/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb index 59e7d51437..7d59fa6374 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 -- cgit v1.2.3-54-g00ecf