From 713508343d70a31ccfe1bdee7fee8038e65b8c40 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 30 Jul 2010 13:40:40 -0700 Subject: recipes: Fix the PATHs for toolchains. * Look into the new multi-machine friendly installation. Signed-off-by: Khem Raj Acked-by: Koen Kooi Acked-by: Martin Jansa --- recipes/mamona/binutils-noemu_2.17.50.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/mamona') diff --git a/recipes/mamona/binutils-noemu_2.17.50.0.5.bb b/recipes/mamona/binutils-noemu_2.17.50.0.5.bb index c3e2b31c8c..73330c455a 100644 --- a/recipes/mamona/binutils-noemu_2.17.50.0.5.bb +++ b/recipes/mamona/binutils-noemu_2.17.50.0.5.bb @@ -16,7 +16,7 @@ SRC_URI = \ file://binutils-uclibc-300-012_check_ldrunpath_length.patch \ " -EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS} \ +EXTRA_OECONF = "--with-sysroot=${TOOLCHAIN_PATH}/${TARGET_SYS} \ --program-prefix=${TARGET_PREFIX} --disable-shared" HOST_SYS = "${BUILD_SYS}" -- cgit 1.2.3-korg