[oe-commits] Kang Kai : external-python-tarball: rename output package

git at git.openembedded.org git at git.openembedded.org
Thu Mar 14 16:36:15 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a

Author: Kang Kai <kai.kang at windriver.com>
Date:   Tue Mar 12 15:29:53 2013 +0800

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 at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 2513cf6..5f8cc96 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}"
 





More information about the Openembedded-commits mailing list