[OE-core] [PATCH 1/1] external-python-tarball: rename output package
Kang Kai
kai.kang at windriver.com
Tue Mar 12 07:29:53 UTC 2013
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>
---
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}"
--
1.7.5.4
More information about the Openembedded-core
mailing list