]> code.ossystems Code Review - openembedded-core.git/commit
python3: Fix do_create_manifest for python3-sqlite3
authorAlejandro Enedino Hernandez Samaniego <alejandro.enedino.hernandez-samaniego@xilinx.com>
Fri, 30 Mar 2018 06:28:31 +0000 (23:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Mar 2018 08:39:37 +0000 (09:39 +0100)
commit3324cb31670f33ffe193e550e3b3da8380b3c8c9
tree4f311c22153f594f8df45fd51a4bd676b44107c2
parentdf9401e7e69ce162e257e827d67eb217666e532d
python3: Fix do_create_manifest for python3-sqlite3

Some of the sqlite3 files ended up in python3-misc incorrectly,
this is caused becuse we couldnt add the whole ${libdir}/python3/sqlite3
folder on the package because we also have another sqlite3-tests
package that needs to include another folder from that directory.

This patch not only fixes the do_create_manifest script to handle this
situation, but also patches the manifest (created using the script)
which also fixes a hiddn runtime dependency that we wouldn't have seen.

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/create_manifest3.py
meta/recipes-devtools/python/python3/python3-manifest.json