All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory
@ 2019-02-25 14:00 Otavio Salvador
  2019-02-25 14:00 ` [meta-oe PATCH 2/2] python-idna: Upgrade 2.7 -> 2.8 Otavio Salvador
  2019-02-25 15:06 ` [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory Khem Raj
  0 siblings, 2 replies; 13+ messages in thread
From: Otavio Salvador @ 2019-02-25 14:00 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing

The chmod was removing the executing bit from the directory and then
the native version was failing to build.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python-idna.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc
index 436b58606..519812ddc 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,7 +16,3 @@ do_compile_prepend() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-do_install_append() {
-    chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
-}
\ No newline at end of file
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory
@ 2019-03-01 16:54 Otavio Salvador
  0 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2019-03-01 16:54 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing

The chmod was removing the executing bit from the directory and then
the native version was failing to build.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python-idna.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc
index 436b58606..519812ddc 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,7 +16,3 @@ do_compile_prepend() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-do_install_append() {
-    chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
-}
\ No newline at end of file
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory
@ 2019-02-22 21:19 Otavio Salvador
  0 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2019-02-22 21:19 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing

The chmod was removing the executing bit from the directory and then
the native version was failing to build.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta-python/recipes-devtools/python/python-idna.inc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc
index 436b58606..519812ddc 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,7 +16,3 @@ do_compile_prepend() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
-
-do_install_append() {
-    chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
-}
\ No newline at end of file
-- 
2.20.1



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

end of thread, other threads:[~2019-03-06  1:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-25 14:00 [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory Otavio Salvador
2019-02-25 14:00 ` [meta-oe PATCH 2/2] python-idna: Upgrade 2.7 -> 2.8 Otavio Salvador
2019-02-25 15:06 ` [meta-oe PATCH 1/2] python-idna: Avoid removing '+x' from `.egg-info/` directory Khem Raj
2019-02-25 17:03   ` Burton, Ross
2019-02-25 18:38     ` Otavio Salvador
2019-02-25 19:05       ` Khem Raj
2019-03-01 15:56         ` Khem Raj
2019-03-01 16:54           ` Otavio Salvador
2019-03-01 17:03             ` Tim Orling
2019-03-01 17:43               ` Khem Raj
     [not found]           ` <7351b76e423f4e2897e99b536e8c0efd@strataggem.com>
2019-03-06  1:50             ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2019-03-01 16:54 Otavio Salvador
2019-02-22 21:19 Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.