[OE-core] [PATCH 1/2] python3-manifest.json: Add some binaries that were left out

Alejandro Enedino Hernandez Samaniego alejandro.enedino.hernandez-samaniego at xilinx.com
Thu Jan 11 01:48:47 UTC 2018


From: Alejandro Hernandez <alejandr at xilinx.com>

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 <alejandr at xilinx.com>
---
 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.


More information about the Openembedded-core mailing list