[oe-commits] Antonio Ospite : meta-toolchain: Show the host system in toolchain archive name

git version control git at git.openembedded.org
Mon Mar 1 18:46:02 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 04fa0decdce96960c89ab8da99e9b1d71dd1739b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=04fa0decdce96960c89ab8da99e9b1d71dd1739b

Author: Antonio Ospite <ospite at studenti.unina.it>
Date:   Fri Feb 19 00:34:49 2010 +0000

meta-toolchain: Show the host system in toolchain archive name

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/meta/meta-toolchain.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/meta/meta-toolchain.bb b/recipes/meta/meta-toolchain.bb
index 066ffe9..688995c 100644
--- a/recipes/meta/meta-toolchain.bb
+++ b/recipes/meta/meta-toolchain.bb
@@ -17,7 +17,7 @@ TOOLCHAIN_TARGET_TASK ?= "task-sdk-bare"
 TOOLCHAIN_TARGET_EXCLUDE ?= ""
 FEED_ARCH ?= "${TARGET_ARCH}"
 SDK_SUFFIX = "toolchain"
-TOOLCHAIN_OUTPUTNAME ?= "${DISTRO}-${DISTRO_VERSION}-${FEED_ARCH}-${TARGET_OS}-${SDK_SUFFIX}"
+TOOLCHAIN_OUTPUTNAME ?= "${DISTRO}-${DISTRO_VERSION}-${SDK_SYS}-${FEED_ARCH}-${TARGET_OS}-${SDK_SUFFIX}"
 
 RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"
 





More information about the Openembedded-commits mailing list