]> code.ossystems Code Review - openembedded-core.git/commit
python3: Fix native compilation of gdbm module and manifest
authorAlejandro Hernandez <alejandr@xilinx.com>
Wed, 10 Jan 2018 00:23:52 +0000 (16:23 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Jan 2018 22:31:12 +0000 (22:31 +0000)
commitc47b54aeae5daabb458d6f7118a16257021c1822
tree97bb32e17623bab88527bc9eae458c3fde231791
parent65a85c7db3de8d16ff91a5208a59cc2202d34e5b
python3: Fix native compilation of gdbm module and manifest

The gdbm module wasnt being built on python3-native showing the following
error during compilation:

Failed to build these modules:
_gdbm

This patch adds the required dependency to fix the compilation problem.

This issue on python3-native caused the manifest creation script to be
unaware of the gdbm library, so this patch also fixes the create_manifest
task for target python, and the manifest file to reflect the changes on
target python as well.

Signed-off-by: Alejandro Hernandez <alejandr@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3-native_3.5.3.bb
meta/recipes-devtools/python/python3/python3-manifest.json