diff options
Diffstat (limited to 'meta/packages/gcc/gcc-package-cross.inc')
-rw-r--r-- | meta/packages/gcc/gcc-package-cross.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-package-cross.inc b/meta/packages/gcc/gcc-package-cross.inc index 04ae78a88b..449c8b548b 100644 --- a/meta/packages/gcc/gcc-package-cross.inc +++ b/meta/packages/gcc/gcc-package-cross.inc | |||
@@ -13,7 +13,7 @@ do_install () { | |||
13 | 13 | ||
14 | # Remove things we don't need but keep share/java | 14 | # Remove things we don't need but keep share/java |
15 | for d in info man share/doc share/locale share/man share/info; do | 15 | for d in info man share/doc share/locale share/man share/info; do |
16 | rm -rf ${D}${CROSS_DIR}/$d | 16 | rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/$d |
17 | done | 17 | done |
18 | 18 | ||
19 | # gcc-runtime requires some headers, we stash them here | 19 | # gcc-runtime requires some headers, we stash them here |