meta-toolchain-sdk: Use ?= when setting TOOLCHAIN_TARGET_TASK

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3855 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-02-22 12:59:37 +00:00
parent 934183e35a
commit 935584b3e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
TOOLCHAIN_TARGET_TASK = "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg"
TOOLCHAIN_TARGET_TASK ?= "task-poky-standalone-gmae-sdk-target task-poky-standalone-gmae-sdk-target-dbg"
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-sdk-${DISTRO_VERSION}"
require meta-toolchain.bb