]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-toolchain-sdk: Use ?= when setting TOOLCHAIN_TARGET_TASK
authorRichard Purdie <richard@openedhand.com>
Fri, 22 Feb 2008 12:59:37 +0000 (12:59 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 22 Feb 2008 12:59:37 +0000 (12:59 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3855 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/meta/meta-toolchain-sdk.bb

index eb8f4fdcdb28cc8a6c4e840f6559f56b0af7296c..3bab0051de0ef0f5e334cc433a797b9591335f15 100644 (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