All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ca-certificates: prevent executing update-ca-certificates from host system
@ 2017-08-17 14:44 Andrej Valek
  2017-08-17 16:31 ` Richard Purdie
  0 siblings, 1 reply; 17+ messages in thread
From: Andrej Valek @ 2017-08-17 14:44 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
 meta/recipes-support/ca-certificates/ca-certificates_20161130.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb
index 9a80f43..771714d 100644
--- a/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb
+++ b/meta/recipes-support/ca-certificates/ca-certificates_20161130.bb
@@ -72,7 +72,7 @@ CONFFILES_${PN} += "${sysconfdir}/ca-certificates.conf"
 # Postinsts don't seem to be run for nativesdk packages when populating SDKs.
 CONFFILES_${PN}_append_class-nativesdk = " ${sysconfdir}/ssl/certs/ca-certificates.crt"
 do_install_append_class-nativesdk () {
-    SYSROOT="${D}${SDKPATHNATIVE}" update-ca-certificates
+    SYSROOT="${D}${SDKPATHNATIVE}" ${D}${sbindir}/update-ca-certificates
 }
 
 do_install_append_class-native () {
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-08-25 12:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-17 14:44 [PATCH] ca-certificates: prevent executing update-ca-certificates from host system Andrej Valek
2017-08-17 16:31 ` Richard Purdie
2017-08-18  6:26   ` Andrej Valek
2017-08-18  9:35     ` Richard Purdie
2017-08-18 10:05       ` Andrej Valek
2017-08-18 15:46         ` Randy MacLeod
2017-08-21  6:12           ` Andrej Valek
2017-08-23 12:07             ` Andrej Valek
2017-08-23 12:44               ` Richard Purdie
2017-08-23 19:00                 ` Khem Raj
2017-08-24 10:38                   ` Andrej Valek
2017-08-24 14:16                     ` Richard Purdie
2017-08-24 14:23                       ` Andrej Valek
2017-08-24 14:26                         ` Richard Purdie
2017-08-25  6:05                           ` Andrej Valek
2017-08-25  8:25                             ` Richard Purdie
2017-08-25 12:31                               ` Andrej Valek

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.