diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-11-15 13:40:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-30 10:49:21 +0000 |
commit | 94acdafc1640e9dc8b7d7bbe34dd0f56c1adebf6 (patch) | |
tree | 1ed0374dd5b5a7263e216426b6ec568931f3654e /meta/recipes-support/ca-certificates | |
parent | c4f285e59e80f6dd6afdbc5797f0743b343266c7 (diff) | |
download | poky-94acdafc1640e9dc8b7d7bbe34dd0f56c1adebf6.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.
(From OE-Core rev: 355e49e19abb3e729c82a6de46ada8da8a257f58)
Signed-off-by: Patrick Vacek <patrick@advancedtelematic.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/ca-certificates')
-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 \ | |||
24 | file://sbindir.patch" | 24 | file://sbindir.patch" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | SYSROOT_DIRS_class-native += "${sysconfdir}" | ||
27 | 28 | ||
28 | inherit allarch | 29 | inherit allarch |
29 | 30 | ||