From db99a65b3e93dfacc27ea821c788f15b5de3a497 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 24 Jun 2011 13:26:11 -0500 Subject: gcc: Fix file ownership Most of the files that end up in the gcc include dir and other misc files scattered throughout the install get the build users uid and gid. Signed-off-by: Mark Hatle --- meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/gcc/gcc-configure-runtime.inc') diff --git a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc index 339a3c8a72..34bfaeb960 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-runtime.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-runtime.inc @@ -37,6 +37,7 @@ do_install () { cd ${B}/$d/ oe_runmake 'DESTDIR=${D}' install done + chown -R root:root ${D} } INHIBIT_DEFAULT_DEPS = "1" -- cgit v1.2.3