* [PATCH 0/1] Rename external-python-tarball output package file
@ 2013-03-12 7:29 Kang Kai
2013-03-12 7:29 ` [PATCH 1/1] external-python-tarball: rename output package Kang Kai
0 siblings, 1 reply; 2+ messages in thread
From: Kang Kai @ 2013-03-12 7:29 UTC (permalink / raw)
To: openembedded-core; +Cc: qingtao.cao
The following changes since commit 365eb9b5d22208c967dcd91d8ab52faed20f04b5:
bitbake: bitbake-layers: fix duplicated help info (2013-03-10 04:36:52 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/external-python
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/external-python
Kang Kai (1):
external-python-tarball: rename output package
meta/recipes-core/meta/external-python-tarball.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] external-python-tarball: rename output package
2013-03-12 7:29 [PATCH 0/1] Rename external-python-tarball output package file Kang Kai
@ 2013-03-12 7:29 ` Kang Kai
0 siblings, 0 replies; 2+ messages in thread
From: Kang Kai @ 2013-03-12 7:29 UTC (permalink / raw)
To: openembedded-core; +Cc: qingtao.cao
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-12 7:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 7:29 [PATCH 0/1] Rename external-python-tarball output package file Kang Kai
2013-03-12 7:29 ` [PATCH 1/1] external-python-tarball: rename output package Kang Kai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.