diff options
author | Alejandro Hernandez <alejandr@xilinx.com> | 2018-01-09 16:23:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-20 22:31:56 +0000 |
commit | 2afde7e7bd866c4d3d059229c3c2201b7096e5e6 (patch) | |
tree | 6f98d57a8c7c1222501a2341387f707c7d19b5a2 /meta/recipes-rt | |
parent | 5dd24c1753716facf2d638b6cbec22bcee0c4aa3 (diff) | |
download | poky-2afde7e7bd866c4d3d059229c3c2201b7096e5e6.tar.gz |
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.
(From OE-Core rev: c47b54aeae5daabb458d6f7118a16257021c1822)
Signed-off-by: Alejandro Hernandez <alejandr@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
0 files changed, 0 insertions, 0 deletions