diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-11-15 13:40:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-29 23:41:35 +0000 |
commit | 355e49e19abb3e729c82a6de46ada8da8a257f58 (patch) | |
tree | 5916adf05b38b691e4444c277b7bbaf4d9e99da3 /meta | |
parent | 01ff1c5929ef9293097da00b810ab94ceaf4a0dd (diff) | |
download | openembedded-core-355e49e19abb3e729c82a6de46ada8da8a257f58.tar.gz openembedded-core-355e49e19abb3e729c82a6de46ada8da8a257f58.tar.bz2 openembedded-core-355e49e19abb3e729c82a6de46ada8da8a257f58.zip |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/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 59e7d51437..52a1a07f68 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 |