From: Kang Kai Date: Tue, 12 Mar 2013 07:29:53 +0000 (+0800) Subject: external-python-tarball: rename output package X-Git-Tag: 2015-4~7263 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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}"