From: Patrick Vacek <patrick@advancedtelematic.com>
To: openembedded-core@lists.openembedded.org
Cc: Patrick Vacek <patrick@advancedtelematic.com>
Subject: [PATCH v2] ca-certificates: Add /etc to SYSROOT_DIRS
Date: Wed, 15 Nov 2017 13:40:41 +0100 [thread overview]
Message-ID: <20171115124041.23289-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..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
--
2.11.0
next reply other threads:[~2017-11-15 12:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-15 12:40 Patrick Vacek [this message]
2018-07-06 3:28 ` [PATCH v2] ca-certificates: Add /etc to SYSROOT_DIRS Andre McCurdy
2018-07-06 4:57 ` Alexander Kanavin
2018-07-06 4:59 ` Alexander Kanavin
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=20171115124041.23289-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox