| Submitter | Kang Kai |
|---|---|
| Date | March 12, 2013, 7:29 a.m. |
| Message ID | <2d51158e8a1412fc29ef3bb2abdfeb7948ca3abd.1362991307.git.kai.kang@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/46027/ |
| State | Accepted |
| Commit | e40c36ff8610ebb9ce16a4d1c14c7cf94f87cd6a |
| Headers | show |
Comments
Patch
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}"
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(-)