aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2017-11-09 15:03:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-04 17:14:32 +0000
commit704e0392809b8a062433f6a4e5c5980c34b47dce (patch)
tree7bace2e897842d7e77e25af9699a0b2023be62c8 /meta/recipes-support
parentd6fcf91c06a3d118e8741273fac6903100141db4 (diff)
downloadopenembedded-core-contrib-704e0392809b8a062433f6a4e5c5980c34b47dce.tar.gz
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@advancedtelematic.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Armin Kuster <akuster@mvista.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/ca-certificates/ca-certificates_20170717.bb1
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 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