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-14 16:37:09 +0000
commit05f231d7fea4c45362e7deb130e70a5458b3f15c (patch)
tree01ebb849ddf5ab6fb0bf03689dae5cb41de67842 /meta/recipes-core/meta
parent062a5f6c69f9be2057920f9cbf5ab8cc1511589b (diff)
downloadopenembedded-core-contrib-05f231d7fea4c45362e7deb130e70a5458b3f15c.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] (From OE-Core rev: e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a) 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}"