]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix pyconfig.h installation on target
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Thu, 14 May 2015 16:13:40 +0000 (16:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 8 Jun 2015 16:32:43 +0000 (17:32 +0100)
commit66c6d0db27c4ab7b633e6954d095c411a98b67f4
tree8f2ce86a027f7af90dff70acb09ea0384e6003de
parentb412306418c3915bb11e3d5201cafb68e2f2b453
python3: fix pyconfig.h installation on target

The file pyconfig.h wasnt being deployed on target, causing an error
when importing some libraries that required it, this patch fixes
python3 manifest to include this file and fix the issue.

[YOCTO #7764]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
meta/recipes-devtools/python/python-3.4-manifest.inc
scripts/contrib/python/generate-manifest-3.4.py