* [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS
@ 2017-11-09 14:03 Patrick Vacek
2017-11-10 16:05 ` Burton, Ross
0 siblings, 1 reply; 4+ messages in thread
From: Patrick Vacek @ 2017-11-09 14:03 UTC (permalink / raw)
To: openembedded-core; +Cc: Patrick Vacek
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS
2017-11-09 14:03 [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS Patrick Vacek
@ 2017-11-10 16:05 ` Burton, Ross
2017-11-10 16:22 ` Patrick Vacek
0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2017-11-10 16:05 UTC (permalink / raw)
To: Patrick Vacek; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 205 bytes --]
On 9 November 2017 at 14:03, Patrick Vacek <patrick@advancedtelematic.com>
wrote:
> +SYSROOT_DIRS_class-native += "/etc"
>
${sysconfdir}, surely, to cater for people who change the paths.
Ross
[-- Attachment #2: Type: text/html, Size: 553 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS
2017-11-10 16:05 ` Burton, Ross
@ 2017-11-10 16:22 ` Patrick Vacek
2017-11-10 16:23 ` Burton, Ross
0 siblings, 1 reply; 4+ messages in thread
From: Patrick Vacek @ 2017-11-10 16:22 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
On 10.11.2017 17:05, Burton, Ross wrote:
> On 9 November 2017 at 14:03, Patrick Vacek
> <patrick@advancedtelematic.com <mailto:patrick@advancedtelematic.com>>
> wrote:
>
> +SYSROOT_DIRS_class-native += "/etc"
>
>
> ${sysconfdir}, surely, to cater for people who change the paths.
That does make sense now that you mention it. I naively followed the
literal advice from here:
https://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#ref-tasks-populate_sysroot
Shall I make an updated patch?
Thanks,
Patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS
2017-11-10 16:22 ` Patrick Vacek
@ 2017-11-10 16:23 ` Burton, Ross
0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2017-11-10 16:23 UTC (permalink / raw)
To: Patrick Vacek; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
Yes, please.
Ross
On 10 November 2017 at 16:22, Patrick Vacek <patrick@advancedtelematic.com>
wrote:
> On 10.11.2017 17:05, Burton, Ross wrote:
> > On 9 November 2017 at 14:03, Patrick Vacek
> > <patrick@advancedtelematic.com <mailto:patrick@advancedtelematic.com>>
> > wrote:
> >
> > +SYSROOT_DIRS_class-native += "/etc"
> >
> >
> > ${sysconfdir}, surely, to cater for people who change the paths.
>
> That does make sense now that you mention it. I naively followed the
> literal advice from here:
>
> https://www.yoctoproject.org/docs/current/ref-manual/ref-
> manual.html#ref-tasks-populate_sysroot
>
> Shall I make an updated patch?
>
> Thanks,
> Patrick
>
[-- Attachment #2: Type: text/html, Size: 1490 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-10 16:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-09 14:03 [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS Patrick Vacek
2017-11-10 16:05 ` Burton, Ross
2017-11-10 16:22 ` Patrick Vacek
2017-11-10 16:23 ` Burton, Ross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox