diff options
author | Kang Kai <kai.kang@windriver.com> | 2013-03-12 15:29:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-14 16:37:09 +0000 |
commit | 05f231d7fea4c45362e7deb130e70a5458b3f15c (patch) | |
tree | 01ebb849ddf5ab6fb0bf03689dae5cb41de67842 /meta/recipes-core | |
parent | 062a5f6c69f9be2057920f9cbf5ab8cc1511589b (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/meta/external-python-tarball.bb | 2 |
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 ?= "\ | |||
29 | nativesdk-chrpath \ | 29 | nativesdk-chrpath \ |
30 | " | 30 | " |
31 | 31 | ||
32 | TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}" | 32 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-python-nativesdk-standalone-${DISTRO_VERSION}" |
33 | 33 | ||
34 | RDEPENDS = "${TOOLCHAIN_HOST_TASK}" | 34 | RDEPENDS = "${TOOLCHAIN_HOST_TASK}" |
35 | 35 | ||