diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-01-27 13:03:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-27 15:27:20 +0000 |
commit | a17dc8b66d40c937beb363872b3a6af31232f7ff (patch) | |
tree | d29462f146a2cb746f8f41051dc40ca8702ce9e8 /meta/recipes-core | |
parent | b02a4addca8a4727767e24953b98f30399e3592b (diff) | |
download | poky-a17dc8b66d40c937beb363872b3a6af31232f7ff.tar.gz |
external-python-tarball: include multiprocessing module
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/external-python-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/external-python-tarball.bb b/meta/recipes-core/meta/external-python-tarball.bb index eef93fd921..746cb9e6fe 100644 --- a/meta/recipes-core/meta/external-python-tarball.bb +++ b/meta/recipes-core/meta/external-python-tarball.bb | |||
@@ -26,6 +26,7 @@ TOOLCHAIN_HOST_TASK ?= "\ | |||
26 | python-nativesdk-fcntl \ | 26 | python-nativesdk-fcntl \ |
27 | python-nativesdk-shell \ | 27 | python-nativesdk-shell \ |
28 | python-nativesdk-misc \ | 28 | python-nativesdk-misc \ |
29 | python-nativesdk-multiprocessing \ | ||
29 | python-nativesdk-subprocess \ | 30 | python-nativesdk-subprocess \ |
30 | python-nativesdk-xmlrpc \ | 31 | python-nativesdk-xmlrpc \ |
31 | python-nativesdk-netclient \ | 32 | python-nativesdk-netclient \ |