meta-toolchain: Adjust naming

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1606 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-05-08 13:16:56 +00:00
parent 55bfe71178
commit 55c761baf7
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ EOF
mkdir -p ${SDK_DEPLOY}
cd ${SDK_OUTPUT}
fakeroot tar cfj ${SDK_DEPLOY}/${DISTRO}-${DISTRO_VERSION}-${TARGET_ARCH}-oe-toolchain.tar.bz2 .
fakeroot tar cfj ${SDK_DEPLOY}/${DISTRO}-${DISTRO_VERSION}-${TARGET_ARCH}-toolchain.tar.bz2 .
}
do_populate_sdk[nostamp] = "1"