From: Patrick Vacek Date: Wed, 15 Nov 2017 12:40:41 +0000 (+0100) Subject: ca-certificates: Add /etc to SYSROOT_DIRS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355e49e19abb3e729c82a6de46ada8da8a257f58;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb b/meta/recipes-support/ca-certificates/ca-certificates_20170717.bb index 59e7d514373..52a1a07f68c 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 += "${sysconfdir}" inherit allarch