generic-poky/meta
Magnus Olsson 2b945a9544 python: add python-codecs runtime dependency for python-json
A piece of JSON initialization code that runs when you "import json"
tries to use the hex-decoder, thus breaks if you do not have
python-codecs installed. Example:

    >>> import json
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python2.7/json/__init__.py", line 108, in <module>
        from .decoder import JSONDecoder
      File "/usr/lib/python2.7/json/decoder.py", line 24, in <module>
        NaN, PosInf, NegInf = _floatconstants()
      File "/usr/lib/python2.7/json/decoder.py", line 18, in _floatconstants
        _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
    LookupError: no codec search functions registered: can't find encoding

This patch adds a runtime dependency on python-codecs for python-json and
re-generates the python manifests for Python v2.7. Solves [YOCTO #7020].

(From OE-Core rev: 90fd48144f146f455b18372a9b061314ab3a3857)

Signed-off-by: Magnus Olsson <magnus@minimum.se>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-12-11 11:34:56 +00:00
..
classes qemu/libc-package: Fix qemu option handling 2014-12-05 18:01:08 +00:00
conf tcmode-default.inc: use GCCVERSION for gcc-source 2014-12-05 18:01:08 +00:00
files toolchain-shar-template.sh: fix the text files in the top dir 2014-11-20 14:08:13 +00:00
lib package_manager.py: fix arguments to string format 2014-12-05 18:01:06 +00:00
recipes-bsp u-boot: update to version 2014.07 2014-11-12 15:38:31 +00:00
recipes-connectivity openssh: fix using the original config files in srcdir 2014-12-05 18:01:06 +00:00
recipes-core coreutils-native: don't install groups 2014-12-05 18:01:07 +00:00
recipes-devtools python: add python-codecs runtime dependency for python-json 2014-12-11 11:34:56 +00:00
recipes-extended libnewt: set CLEANBROKEN 2014-12-05 18:01:08 +00:00
recipes-gnome gnome-doc-utils: set CLEANBROKEN 2014-12-05 18:01:07 +00:00
recipes-graphics xorg-xserver: Upgrade to 1.16.2. 2014-12-11 11:34:55 +00:00
recipes-kernel dtc: don't use autotools as this doesn't use autotools 2014-12-11 11:34:55 +00:00
recipes-lsb4 libpod-plainer-perl: Upgrade to 1.04 2014-07-17 12:28:52 +01:00
recipes-multimedia gstreamer1.0-libav: specify proper cross-prefix 2014-12-11 11:34:55 +00:00
recipes-qt qt4: disable webkit for mips64 n32 temporarily 2014-12-05 18:01:05 +00:00
recipes-rt hwlatdetect: fix PV 2014-06-17 10:23:53 +01:00
recipes-sato packagegroup: Move inherit packagegroup to after PACKAGE_ARCH 2014-08-25 08:57:44 +01:00
recipes-support lzo: add debian patch for alignment issue 2014-12-05 18:01:07 +00:00
site site/common-darwin: Really fix common-darwin typo 2014-08-18 10:00:26 +01:00
COPYING.GPLv2 Fix license notices for OE-Core 2014-01-02 12:58:54 +00:00
COPYING.MIT
recipes.txt meta/recipes.txt: add recipes-lsb4 2013-04-10 09:23:17 +01:00