1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

meta-toolchain: Switch task-poky-standalone-gmae-sdk-target for experimental purposes

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3287 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-11-30 17:01:46 +00:00
parent 8e8b85df26
commit e955540829
+1 -1
View File
@@ -12,7 +12,7 @@ IPKG_HOST = "ipkg-cl -f ${IPKGCONF_SDK} -o ${SDK_OUTPUT}"
IPKG_TARGET = "ipkg-cl -f ${IPKGCONF_TARGET} -o ${SDK_OUTPUT}/${prefix}"
TOOLCHAIN_HOST_TASK ?= "task-sdk-host"
TOOLCHAIN_TARGET_TASK ?= "task-poky-standalone-sdk-target"
TOOLCHAIN_TARGET_TASK ?= "task-poky-standalone-gmae-sdk-target"
RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"