generic-poky/meta
Lukas Bulwahn 67f76e6fc2 python-multiprocessing: adding runtime dependencies
As python-multiprocessing requires python-threading and
python-pickle, this commit adds them as runtime dependency.

The observed behavior was:

When typing 'import multiprocessing' in the python shell on a
minimal image with only the python-multiprocessing recipe installed,
python reports at first:

Python 2.7.3 (default, Jun 27 2013, 08:26:25)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing;
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/multiprocessing/__init__.py", line 65, in <module>
    from multiprocessing.util import SUBDEBUG, SUBWARNING
  File "/usr/lib/python2.7/multiprocessing/util.py", line 38, in <module>
    import threading        # we want threading to install it's
ImportError: No module named threading

After adding python-threading as runtime dependency and rebuilding
the image, python reports:

Python 2.7.3 (default, Jun 27 2013, 08:26:25)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing;
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/multiprocessing/__init__.py", line 84, in <module>
    import _multiprocessing
ImportError: No module named cPickle

(From OE-Core rev: e913412ca0ff01cb654757c8199e8859f15b7cf7)

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-28 11:02:41 +01:00
..
classes qt4*.bbclass: disable build qt on mips64 with 64 bits userspace 2013-06-28 10:41:46 +01:00
conf tcmode-default: Set GCC 4.8 as default 2013-06-28 09:14:08 +01:00
files licences: Add SGI license 2013-06-17 16:45:37 +01:00
lib/oe handle two-word commands with tmux 2013-06-11 15:55:58 +01:00
recipes-bsp Sync with PRINC removal from meta-intel 2013-06-24 14:58:35 +01:00
recipes-connectivity openssh: obey 'tcp-wrappers' PACKAGECONFIG 2013-06-17 16:45:36 +01:00
recipes-core init-live.sh: try to make a union mount when possible 2013-06-28 11:02:40 +01:00
recipes-devtools python-multiprocessing: adding runtime dependencies 2013-06-28 11:02:41 +01:00
recipes-extended shadow-native: Add --root option in groupmems 2013-06-28 09:14:07 +01:00
recipes-gnome gdk-pixbuf: add a wrapper for gdk-pixbuf-pixdata 2013-06-25 17:58:53 +01:00
recipes-graphics libx11: enable Xcms by default 2013-06-28 09:14:05 +01:00
recipes-kernel linux-yocto-dev: bump version to 3.10+ 2013-06-28 09:14:05 +01:00
recipes-lsb4 libpng12: rename libpng_1.2.50 to libpng12 2013-04-09 13:16:53 +01:00
recipes-multimedia alsa-tools: Pass ACLOCAL_FLAGS so aclocal uses the right params 2013-06-28 09:14:05 +01:00
recipes-qt qt-mobility: remove /usr/lib from ld rpath-link option 2013-06-25 17:44:57 +01:00
recipes-rt rt-tests: fix error check in hackbench 2013-06-25 17:44:55 +01:00
recipes-sato sato-screenshot: bump SRCREV for linkage fixes 2013-06-18 17:33:16 +01:00
recipes-support boost: Limit PARALLEL_MAKE by -j 64 2013-06-28 09:14:06 +01:00
site site: add more alignment values for at-spi2-core 2013-06-13 17:38:10 +01:00
COPYING.MIT
recipes.txt meta/recipes.txt: add recipes-lsb4 2013-04-10 09:23:17 +01:00