]> code.ossystems Code Review - openembedded-core.git/commit
python3: fix create_manifest to handle pycache folders
authorAlejandro Enedino Hernandez Samaniego <alejandro.enedino.hernandez-samaniego@xilinx.com>
Fri, 30 Mar 2018 06:28:16 +0000 (23:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Mar 2018 08:39:37 +0000 (09:39 +0100)
commitdf9401e7e69ce162e257e827d67eb217666e532d
treeb41c8be0c5ae4a1606c4df1acd99e936e0d14624
parenta57d784211a39587538094425ee0246e9ddfbf9d
python3: fix create_manifest to handle pycache folders

We have a couple of python modules that contain folders themselves,
for that reason they also contain a __pycache__ folder inside those
directories, since we include the whole folder in the manifest, the
pycache directories end up with the files and not the cache files.

This patch catches that and adds the directories to the correct
structure.

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