From: Alejandro Hernandez <[email protected]> With the introduction of a new manifest, since it had to be done manually some binaries were left out, this patch adds them to their corresponding package to fix the issue
Signed-off-by: Alejandro Hernandez <[email protected]> --- meta/recipes-devtools/python/python3/python3-manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 72d95d8..031745c 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -2,6 +2,7 @@ "2to3": { "cached": [], "files": [ + "${bindir}/2to3-*", "${libdir}/python3.5/lib2to3" ], "rdepends": [ @@ -508,7 +509,7 @@ "idle": { "cached": [], "files": [ - "${bindir}/idle", + "${bindir}/idle*", "${libdir}/python3.5/idlelib" ], "rdepends": [ @@ -881,7 +882,7 @@ "${libdir}/python3.5/__pycache__/pydoc.*.pyc" ], "files": [ - "${bindir}/pydoc", + "${bindir}/pydoc*", "${libdir}/python3.5/pydoc.py", "${libdir}/python3.5/pydoc_data" ], -- 2.7.4 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
