diff options
| author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-24 13:26:11 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:46:57 +0100 |
| commit | db99a65b3e93dfacc27ea821c788f15b5de3a497 (patch) | |
| tree | 7c0ff600b56645477311b958a8cc13c8bb8b7062 /meta/recipes-devtools/gcc/gcc-configure-runtime.inc | |
| parent | 2e3727b05ae58aaf1eed88967c13cae085e7a702 (diff) | |
| download | openembedded-core-db99a65b3e93dfacc27ea821c788f15b5de3a497.tar.gz openembedded-core-db99a65b3e93dfacc27ea821c788f15b5de3a497.tar.bz2 openembedded-core-db99a65b3e93dfacc27ea821c788f15b5de3a497.zip | |
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 <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-runtime.inc')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-runtime.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
