diff options
| author | Joshua Lock <josh@linux.intel.com> | 2010-12-15 15:40:32 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-16 15:53:09 +0000 |
| commit | fcd14a23074ab5d58162a93a2aff0ac4cf2db84a (patch) | |
| tree | bf9686c2abfda0dcd5efc87df6c55df1793742f4 | |
| parent | c2f93b959ed59ceb95f9d2217b1ebb4ed9f3dc15 (diff) | |
| download | poky-fcd14a23074ab5d58162a93a2aff0ac4cf2db84a.tar.gz | |
external-python-tarball: add chrpath to the tarball
Signed-off-by: Joshua Lock <josh@linux.intel.com>
| -rw-r--r-- | meta/recipes-core/meta/external-python-tarball.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb index 1812ba5506..494b21c20e 100644 --- a/meta/recipes-core/meta/external-python-tarball.bb +++ b/meta/recipes-core/meta/external-python-tarball.bb | |||
| @@ -27,7 +27,9 @@ TOOLCHAIN_HOST_TASK ?= "\ | |||
| 27 | python-nativesdk-xmlrpc \ | 27 | python-nativesdk-xmlrpc \ |
| 28 | python-nativesdk-netclient \ | 28 | python-nativesdk-netclient \ |
| 29 | python-nativesdk-netserver \ | 29 | python-nativesdk-netserver \ |
| 30 | python-nativesdk-distutils" | 30 | python-nativesdk-distutils \ |
| 31 | chrpath-nativesdk \ | ||
| 32 | " | ||
| 31 | 33 | ||
| 32 | TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}" | 34 | TOOLCHAIN_OUTPUTNAME ?= "python-nativesdk-standalone-${SDKMACHINE}" |
| 33 | 35 | ||
