From: Denys Dmytriyenko Date: Tue, 2 Feb 2010 01:19:43 +0000 (-0500) Subject: ti-dmai: make sure ALSA headers are found in staging X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ed3496a4028ec312ac740891d16858b52220e2;p=openembedded.git ti-dmai: make sure ALSA headers are found in staging Signed-off-by: Koen Kooi --- diff --git a/recipes/ti/ti-dmai_svn.bb b/recipes/ti/ti-dmai_svn.bb index 897eac36b7..6943a58898 100644 --- a/recipes/ti/ti-dmai_svn.bb +++ b/recipes/ti/ti-dmai_svn.bb @@ -93,7 +93,7 @@ do_compile () { XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \ CODEGEN_INSTALL_DIR="${CODEGEN_INSTALL_DIR}" \ BIOS_INSTALL_DIR="${BIOS_INSTALL_DIR}"\ - LINUXLIBS_INSTALL_DIR="${STAGING_DIR_HOST}/usr" \ + LINUXLIBS_INSTALL_DIR="${STAGING_DIR_TARGET}/usr" \ USER_XDC_PATH="${USER_XDC_PATH}" \ CROSS_COMPILE="${TOOLCHAIN_PATH}/bin/${TARGET_PREFIX}" \ VERBOSE="true" \