diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-30 13:40:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-03 12:46:05 -0700 |
commit | 713508343d70a31ccfe1bdee7fee8038e65b8c40 (patch) | |
tree | 37f5d14a294da3f59e4087d75e3fa20db347c45a /recipes/avr-libc | |
parent | 07733978e28ec682fbabac61325fe3dc22d6dbda (diff) |
recipes: Fix the PATHs for toolchains.
* Look into the new multi-machine friendly installation.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/avr-libc')
-rw-r--r-- | recipes/avr-libc/avr-libc_1.0.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/avr-libc/avr-libc_1.0.3.bb b/recipes/avr-libc/avr-libc_1.0.3.bb index efd2967fee..22a7ed9787 100644 --- a/recipes/avr-libc/avr-libc_1.0.3.bb +++ b/recipes/avr-libc/avr-libc_1.0.3.bb @@ -18,7 +18,7 @@ B = "${WORKDIR}/build.${BUILD_SYS}.${TARGET_SYS}" inherit autotools export tooldir = "${prefix}" -prefix = "${STAGING_DIR_NATIVE}${prefix_native}" +prefix = "${TOOLCHAIN_PATH}" exec_prefix = "${prefix}" do_stage () { |