aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2013-03-12 15:29:53 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-12 18:43:21 +0000
commite40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a (patch)
treeeab6d2a47b01e92cc20a34917af8abb004a08a75 /meta/recipes-core/meta
parent106a7bcdb5ad9956f1d78f508408bfbcf7ff5120 (diff)
downloadopenembedded-core-e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a.tar.gz
external-python-tarball: rename output package
Update TOOLCHAIN_OUTPUTNAME to rename the output package which is the similiar style to name packages meta-toolchain-*. [YOCTO #3996] Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta')
-rw-r--r--meta/recipes-core/meta/external-python-tarball.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb
index 2513cf68f7..5f8cc964c1 100644
--- a/meta/recipes-core/meta/external-python-tarball.bb
+++ b/meta/recipes-core/meta/external-python-tarball.bb
@@ -29,7 +29,7 @@ TOOLCHAIN_HOST_TASK ?= "\
nativesdk-chrpath \
"
-TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}"
+TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-python-nativesdk-standalone-${DISTRO_VERSION}"
RDEPENDS = "${TOOLCHAIN_HOST_TASK}"