[OE-core] [PATCH v2] ca-certificates: Add /etc to SYSROOT_DIRS

2017-11-15 Thread Patrick Vacek
From: Patrick Vacek 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 --- meta/recipes-support/ca-certificates/ca

Re: [OE-core] [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS

2017-11-10 Thread Patrick Vacek
On 10.11.2017 17:05, Burton, Ross wrote: > On 9 November 2017 at 14:03, Patrick Vacek > mailto:patr...@advancedtelematic.com>> > wrote: > > +SYSROOT_DIRS_class-native += "/etc" > > > ${sysconfdir}, surely, to cater for people who change the paths. T

[OE-core] [PATCH] ca-certificates: Add /etc to SYSROOT_DIRS

2017-11-09 Thread Patrick Vacek
From: Patrick Vacek 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 --- meta/recipes-support/ca-certificates/ca