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-12 18:43:21 +0000 |
commit | e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a (patch) | |
tree | eab6d2a47b01e92cc20a34917af8abb004a08a75 /meta | |
parent | 106a7bcdb5ad9956f1d78f508408bfbcf7ff5120 (diff) | |
download | openembedded-core-e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a.tar.gz openembedded-core-e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a.tar.bz2 openembedded-core-e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a.zip |
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')
-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 ?= "\ nativesdk-chrpath \ " -TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}" +TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-python-nativesdk-standalone-${DISTRO_VERSION}" RDEPENDS = "${TOOLCHAIN_HOST_TASK}" |