From 6458da896fffe33ab5db8cc2606e8225e16b0f36 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 28 Apr 2010 13:59:36 +0100 Subject: Fix references to CROSS_DIR now that it has been removed CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock --- meta/packages/gcc/gcc-package-cross.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/gcc/gcc-package-cross.inc') diff --git a/meta/packages/gcc/gcc-package-cross.inc b/meta/packages/gcc/gcc-package-cross.inc index 04ae78a88..449c8b548 100644 --- a/meta/packages/gcc/gcc-package-cross.inc +++ b/meta/packages/gcc/gcc-package-cross.inc @@ -13,7 +13,7 @@ do_install () { # Remove things we don't need but keep share/java for d in info man share/doc share/locale share/man share/info; do - rm -rf ${D}${CROSS_DIR}/$d + rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/$d done # gcc-runtime requires some headers, we stash them here -- cgit v1.2.3