meta-toolchain: include target os to distinguish between (e)glibc and uclibc
authorKoen Kooi <koen@openembedded.org>
Wed, 17 Oct 2007 19:45:45 +0000 (19:45 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 17 Oct 2007 19:45:45 +0000 (19:45 +0000)
packages/meta/meta-toolchain.bb

index 92f9f15..58a5fb6 100644 (file)
@@ -124,7 +124,7 @@ do_populate_sdk() {
        # package it up
        mkdir -p ${SDK_DEPLOY}
        cd ${SDK_OUTPUT}
-       fakeroot tar cfj ${SDK_DEPLOY}/${DISTRO}-${DISTRO_VERSION}-${TARGET_ARCH}-toolchain.tar.bz2 .
+       fakeroot tar cfj ${SDK_DEPLOY}/${DISTRO}-${DISTRO_VERSION}-${TARGET_ARCH}-${TARGET_OS}-toolchain.tar.bz2 .
 }
 
 do_populate_sdk[nostamp] = "1"