From: Patrick Vacek <patrick@advancedtelematic.com>
To: openembedded-core@lists.openembedded.org
Cc: Patrick Vacek <patrick@advancedtelematic.com>
Subject: [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS
Date: Thu, 9 Nov 2017 15:03:10 +0100 [thread overview]
Message-ID: <20171109140310.659-1-patrick@advancedtelematic.com> (raw)
From: Patrick Vacek <patrickvacek@gmail.com>
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>
---
meta/recipes-support/ca-certificates/ca-certificates_20170717.bb | 1 +
1 file changed, 1 insertion(+)
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
--
2.11.0
next reply other threads:[~2017-11-09 14:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-09 14:03 Patrick Vacek [this message]
2017-11-10 16:05 ` [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS Burton, Ross
2017-11-10 16:22 ` Patrick Vacek
2017-11-10 16:23 ` Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171109140310.659-1-patrick@advancedtelematic.com \
--to=patrick@advancedtelematic.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.