generic-poky/meta/recipes-devtools
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
..
apt apt-native: Fix incorrect checksums 2013-06-03 16:43:37 +01:00
autoconf autoconf: update RDEDENDS 2013-01-07 11:09:36 +00:00
autogen autogen-native: fix build failure on overloaded hosts 2013-06-19 18:03:34 +01:00
automake automake: use autotools_do_install 2013-01-27 13:53:33 +00:00
binutils binutils: fix compile error of complex expressions before @l/@h 2013-06-03 16:47:40 +01:00
bison bison: upgraded to 2.7.1 2013-05-12 09:37:28 +01:00
btrfs-tools btrfs-tools: added PV to git package recipe 2013-03-04 10:04:27 +00:00
ccache ccache: update to upstream version 3.1.8 2012-12-03 13:52:06 +00:00
cdrtools cdrtools-native : upgrade to 3.00 2013-05-21 00:18:46 +01:00
chrpath chrpath: Fix SRC_URI to correct location 2013-06-25 17:44:59 +01:00
cmake cmake: Update to 2.8.11.1 2013-06-13 17:38:09 +01:00
desktop-file-utils desktop-file-utils: Update to 0.21 2013-05-24 14:14:41 +01:00
devel-config allarch: Drop various problematic allarch usages 2013-04-15 15:57:30 +01:00
diffstat diffstat: upgraded to 1.57 2013-06-07 16:48:23 +01:00
distcc distcc: Fix case where ${B} != ${S} 2013-03-18 13:18:25 +00:00
dmidecode dmidecode: fix fetch path to use BP 2013-05-08 15:41:14 +01:00
docbook-dsssl-stylesheets docbook-dsssl-stylesheets-native: Write a bak file for shared state 2011-08-01 14:16:55 +01:00
docbook-sgml-dtd docbook-sgml-dtd-native: Write a bak file for shared state 2011-08-01 14:16:55 +01:00
docbook-utils docbook-utils-native: Unbreak the build after source and build dir split 2013-03-25 20:51:19 +00:00
dosfstools dosfstools: really compile supporting large files 2013-03-29 10:40:55 +00:00
dpkg dpkg: drop the usage of create_wrapper 2013-06-13 17:38:10 +01:00
e2fsprogs e2fsprogs: Fix case where ${B} != ${S} 2013-03-18 13:18:24 +00:00
elfutils elfutils: split libraries into separate packages 2013-04-22 14:45:04 +01:00
file file: remove obsolete version check patch 2013-05-31 08:06:57 +01:00
flex Flex: use proper m4 binary on target 2013-02-01 15:54:03 +00:00
gcc gcc-4.8: Fix ICE on ppc/spe targets 2013-06-28 09:14:07 +01:00
gdb gdb: don't build with LZMA 2013-06-04 11:43:34 +01:00
genext2fs genext2fs.inc: Add nativesdk build capability 2013-02-22 06:09:23 -08:00
git git/tar/findutils: Add nativesdk versions 2013-06-07 16:48:30 +01:00
gnu-config recipes-devtools: replace virtclass-native(sdk) with class-native(sdk) 2012-11-02 16:18:29 +00:00
guile guile: added runtime dependency on glibc-gconv-iso8859-1 2013-05-30 20:59:10 +01:00
guilt guilt: remove GIT_EXEC_BASE export 2013-02-04 13:18:27 +00:00
help2man help2man: Update to 1.43.2 2013-06-13 17:38:09 +01:00
icecc-create-env ldconfig/cdrtools/icecc-create-env/linuxdoc-tools/python: Set FILESPATH to find -native files 2012-11-21 16:56:04 +00:00
icon-naming-utils icon-naming-utils: add SUMMARY and DESCRIPTION 2013-04-29 14:45:04 +01:00
insserv recipes-devtools: replace virtclass-native(sdk) with class-native(sdk) 2012-11-02 16:18:29 +00:00
installer adt_installer_internal:add sudo when permission deny on installation directory 2013-06-28 09:14:07 +01:00
intltool intltool: updated to 0.50.2 2013-02-06 09:37:26 +00:00
kconfig-frontends kconfig-frontends: Update to 3.9.0 2013-05-12 09:37:29 +01:00
libjson libjson: add 0.9 2011-11-29 11:22:04 +00:00
libtool libtool-nativesdk: rename to nativesdk-libtool 2013-05-12 09:37:29 +01:00
linuxdoc-tools linuxdoc-tools-native : upgrade to 0.9.69 2013-06-07 16:48:22 +01:00
m4 gettext,m4,augeas,gnutls: Account for removal of gets in eglibc 2.16 2012-07-17 10:54:00 +01:00
make buildtools-tarball: Add nativesdk-make 2013-06-25 17:44:59 +01:00
makedevs makedevs: Make count actually behave as a count for device blocks 2013-06-04 11:43:36 +01:00
mkelfimage mkelfimage-native:make failed if libz not in host 2012-12-17 17:24:50 +00:00
mklibs mklibs: Update to 0.1.37 2013-05-24 14:14:42 +01:00
mtd mtd-utils: split into multiple packages 2013-01-28 12:29:30 +00:00
mtools mtools: use same SUMMARY as newer version of mtools recipe 2013-04-29 14:45:04 +01:00
nasm nasm: Fix case where ${B} != ${S} (partial) 2013-03-18 13:18:24 +00:00
openjade openjade-native: fix build failure 2013-06-25 17:44:53 +01:00
opensp opensp: replace obsolete automake macros with working ones 2013-01-15 08:10:12 +00:00
opkg opkg: put libopkg header files into libopkg-dev 2013-06-18 17:33:15 +01:00
opkg-utils opkg-utils: Update to newer git rev for bashism fix 2013-03-26 17:50:08 +00:00
ossp-uuid ossp-uuid: fix out-of-tree builds 2012-12-14 15:05:30 +00:00
packagegroups packagegroup-*: add RREPLACES/RCONFLICTS 2012-09-04 18:03:18 +01:00
patch patch: use PACKAGECONFIG to ensure correct dependency for xattr 2013-05-30 20:59:08 +01:00
pax-utils pax-utils : upgrade to 0.7 2013-04-28 12:12:20 +01:00
perl perl-tests: convert to ptest 2013-05-24 14:14:45 +01:00
pkgconfig pkg-config: remove obsolete AM_PROG_CC_STDC 2013-05-30 20:59:08 +01:00
prelink prelink: update to git head 2013-01-07 13:38:27 +00:00
pseudo pseudo: drop version 1.4.5 recipe 2013-06-18 17:33:15 +01:00
python python-multiprocessing: adding runtime dependencies 2013-06-28 11:02:41 +01:00
qemu qemu: fix segfault in Xorg when not using kvm 2013-06-20 15:09:11 +01:00
quilt quilt: Don't use BUILD_ROOT on darwin. 2013-01-15 08:10:15 +00:00
remake remake: Fix out of tree builds 2013-04-02 17:57:07 +01:00
rpm rpm: replace rpm-postinsts dependency with run-postinsts 2013-06-11 15:38:05 +01:00
rsync rsync: Fix case where ${B} != ${S} 2013-03-18 13:18:24 +00:00
run-postinsts run-postinsts: make it generic 2013-06-11 15:38:04 +01:00
sgml-common sgml-common: use ${PN} instead of sgml-common 2013-02-04 16:42:48 +00:00
sgmlspl libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuild after perl upgrade 2011-10-25 08:36:16 +01:00
squashfs-tools squashfs: fix CVE-2012-4025 2012-12-17 17:24:54 +00:00
strace strace: add configure options libaio and acl 2013-06-21 13:24:49 +01:00
subversion subversion: upgraded to 1.7.10 2013-06-07 16:48:24 +01:00
swabber poky-default-revisions: move the SRCREV to recipe file 2011-05-04 15:06:36 +01:00
syslinux syslinux: Update to 4.06 2013-05-16 00:09:46 +03:00
tcf-agent tcf-agent: Use common two-digit sequence numbers for init script links 2013-05-16 00:21:23 +03:00
tcltk tcl: fix unit test boundary year issue 2013-06-20 15:12:21 +01:00
transfig OECore license fixes: meta/* 2011-12-08 15:24:32 +00:00
ubootchart ubootchart: cleanup update-alternatives deprecated code 2012-08-15 14:26:28 +01:00
unfs-server recipes-devtools: replace virtclass-native(sdk) with class-native(sdk) 2012-11-02 16:18:29 +00:00
unifdef unifdef-native: Correct LICENSE 2012-08-19 10:46:39 +01:00
valgrind valgrind: Fix out of tree builds 2013-03-23 17:40:27 +00:00