[oe] [meta-erlang][PATCH] erlang: fix host-user-contaminated

Maciej Borzecki maciej.borzecki at open-rnd.pl
Wed Feb 3 13:02:32 UTC 2016


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

Signed-off-by: Maciej Borzecki <maciej.borzecki at 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




More information about the Openembedded-devel mailing list