diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-02 13:15:42 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-02 13:15:42 +0000 |
commit | 6a8fec96755a39c5c23c6957e2c43b6f2af29448 (patch) | |
tree | 27255383bfca708d79f84fe42923b45235d6787a /meta/recipes-tbd | |
parent | d45af98d0122ab72615ce8df019017926f7c84e0 (diff) | |
download | poky-6a8fec96755a39c5c23c6957e2c43b6f2af29448.tar.gz |
external-python-tarball: Include SDKMACHINE in tarball name
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-tbd')
-rw-r--r-- | meta/recipes-tbd/meta/external-python-tarball.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-tbd/meta/external-python-tarball.bb b/meta/recipes-tbd/meta/external-python-tarball.bb index a27213dc63..1812ba5506 100644 --- a/meta/recipes-tbd/meta/external-python-tarball.bb +++ b/meta/recipes-tbd/meta/external-python-tarball.bb | |||
@@ -29,7 +29,7 @@ TOOLCHAIN_HOST_TASK ?= "\ | |||
29 | python-nativesdk-netserver \ | 29 | python-nativesdk-netserver \ |
30 | python-nativesdk-distutils" | 30 | python-nativesdk-distutils" |
31 | 31 | ||
32 | TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone" | 32 | TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}" |
33 | 33 | ||
34 | RDEPENDS = "${TOOLCHAIN_HOST_TASK}" | 34 | RDEPENDS = "${TOOLCHAIN_HOST_TASK}" |
35 | 35 | ||