All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-erlang][PATCH] erlang: fix host-user-contaminated
@ 2016-02-03 13:02 Maciej Borzecki
  0 siblings, 0 replies; only message in thread
From: Maciej Borzecki @ 2016-02-03 13:02 UTC (permalink / raw)
  To: openembedded-devel, João Henrique Freitas; +Cc: Maciek Borzecki

Fix host-user-contaminated QA issue by running chown on erlang
installation root in do_install.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
---
 recipes-devtools/erlang/erlang_18.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-devtools/erlang/erlang_18.1.bb b/recipes-devtools/erlang/erlang_18.1.bb
index 8f947ad4b0dc12a1bf972bf8dcb4f34b585d29e8..63ae68b8772e603a428c89b76f220df3c8382ed8 100644
--- a/recipes-devtools/erlang/erlang_18.1.bb
+++ b/recipes-devtools/erlang/erlang_18.1.bb
@@ -59,5 +59,6 @@ do_install() {
 
     # Actually wx is not suitable with erlang embedded
     rm -rf ${D}/${libdir}/erlang/lib/wx-*
+    chown -R root:root ${D}${libdir}/erlang
 }
 
-- 
2.5.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-03 13:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 13:02 [meta-erlang][PATCH] erlang: fix host-user-contaminated Maciej Borzecki

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.