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

Signed-off-by: Maciej Borzecki <[email protected]>
---
 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

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to