diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-08 11:10:34 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:07 +0200 |
commit | 230c6df8b0863807b8a5467a216432bb88b1f394 (patch) | |
tree | 5af07877228ace53cb3f949269edba72c081afc9 /recipes-ti/c6accel | |
parent | 5e46f55dc8f74993573d7d7202b8d3c62bdc78bf (diff) | |
download | meta-ti-230c6df8b0863807b8a5467a216432bb88b1f394.tar.gz |
c6accel: fix LINUXLIBS_INSTALL_DIR
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/c6accel')
-rw-r--r-- | recipes-ti/c6accel/ti-c6accel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/c6accel/ti-c6accel.inc b/recipes-ti/c6accel/ti-c6accel.inc index 16a0dbb8..72454faa 100644 --- a/recipes-ti/c6accel/ti-c6accel.inc +++ b/recipes-ti/c6accel/ti-c6accel.inc | |||
@@ -49,7 +49,7 @@ TIARGS = ' \ | |||
49 | C6ACCEL_INSTALL_DIR="${S}" \ | 49 | C6ACCEL_INSTALL_DIR="${S}" \ |
50 | CSTOOL_DIR="${TOOLCHAIN_PATH}" \ | 50 | CSTOOL_DIR="${TOOLCHAIN_PATH}" \ |
51 | CSTOOL_PREFIX="${TOOLCHAIN_PATH}/${TARGET_PREFIX}" \ | 51 | CSTOOL_PREFIX="${TOOLCHAIN_PATH}/${TARGET_PREFIX}" \ |
52 | LINUXLIBS_INSTALL_DIR="${STAGING_DIR}/${BASE_PACKAGE_ARCH}${HOST_VENDOR}-${HOST_OS}" \ | 52 | LINUXLIBS_INSTALL_DIR="${STAGING_DIR_TARGET}" \ |
53 | CFLAGS=" ${TARGET_CC_ARCH} ${CFLAGS}" LDFLAGS="${LDFLAGS}" \ | 53 | CFLAGS=" ${TARGET_CC_ARCH} ${CFLAGS}" LDFLAGS="${LDFLAGS}" \ |
54 | ' | 54 | ' |
55 | 55 | ||