Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] python3-manifest.json: Add some binaries that were left out
@ 2018-01-11  1:48 Alejandro Enedino Hernandez Samaniego
  2018-01-11  1:48 ` [PATCH 2/2] python3: Fix native compilation of gdbm module and manifest Alejandro Enedino Hernandez Samaniego
  2018-01-11  3:37 ` ✗ patchtest: failure for "python3-manifest.json: Add som..." and 1 more Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Alejandro Enedino Hernandez Samaniego @ 2018-01-11  1:48 UTC (permalink / raw)
  To: openembedded-core

From: Alejandro Hernandez <alejandr@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@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.


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-11  3:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-11  1:48 [PATCH 1/2] python3-manifest.json: Add some binaries that were left out Alejandro Enedino Hernandez Samaniego
2018-01-11  1:48 ` [PATCH 2/2] python3: Fix native compilation of gdbm module and manifest Alejandro Enedino Hernandez Samaniego
2018-01-11  3:37 ` ✗ patchtest: failure for "python3-manifest.json: Add som..." and 1 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox