All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libgpiod_1.2: add a dependency on python when building python bindings
@ 2019-01-07 11:09 Ferry Toth
  2019-01-07 11:33 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 1 reply; 3+ messages in thread
From: Ferry Toth @ 2019-01-07 11:09 UTC (permalink / raw)
  To: openembedded-core

Commit ab54dd75 "libgpiod: Rrecommend python3 only for PN-python 
package" also removes the build dependency on python3 however this 
results in fatal error: Python.h: No such file or directory #include 
<Python.h>

Signed-off-by: Ferry Toth <ftoth@exalondelft.nl>
---
meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb 
b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
index dd080ff9d..93165a0c2 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = 
"b6b9079c933f7c8524815437937dda6b795a16141bca202a9eec70ba58

PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx"

-PACKAGECONFIG[python3] = 
"--enable-bindings-python,--disable-bindings-python,"
+PACKAGECONFIG[python3] = 
"--enable-bindings-python,--disable-bindings-python,python3"
inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 
'python3native', '', d)}

PACKAGES =+ "${PN}-python"

-- 
2.19.1



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

* ✗ patchtest: failure for libgpiod_1.2: add a dependency on python when building python bindings
  2019-01-07 11:09 [PATCH] libgpiod_1.2: add a dependency on python when building python bindings Ferry Toth
@ 2019-01-07 11:33 ` Patchwork
  0 siblings, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-01-07 11:33 UTC (permalink / raw)
  To: Ferry Toth; +Cc: openembedded-core

== Series Details ==

Series: libgpiod_1.2: add a dependency on python when building python bindings
Revision: 1
URL   : https://patchwork.openembedded.org/series/15556/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Issue             Series cannot be parsed correctly due to malformed diff lines [test_mbox_format] 
  Suggested fix    Create the series again using git-format-patch and ensure it can be applied using git am
  Diff line        "b6b9079c933f7c8524815437937dda6b795a16141bca202a9eec70ba58


* Issue             Series does not apply on top of target branch [test_series_merge_on_head] 
  Suggested fix    Rebase your series on top of targeted branch
  Targeted branch  master (currently at 65c419b8c4)



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Guidelines:     https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* [PATCH] libgpiod_1.2: add a dependency on python when building python bindings
@ 2019-01-07 12:56 Ferry Toth
  0 siblings, 0 replies; 3+ messages in thread
From: Ferry Toth @ 2019-01-07 12:56 UTC (permalink / raw)
  To: openembedded-core

Commit ab54dd75 "libgpiod: Rrecommend python3 only for PN-python 
package" also removes the build dependency

on python3 however this results in fatal error: Python.h: No such file 
or directory #include <Python.h>

Signed-off-by: Ferry Toth <ftoth@exalondelft.nl>

---
meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb 
b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
index dd080ff9d..93165a0c2 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_1.2.bb
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = 
"b6b9079c933f7c8524815437937dda6b795a16141bca202a9eec70ba58
PACKAGECONFIG[cxx] = "--enable-bindings-cxx,--disable-bindings-cxx"
-PACKAGECONFIG[python3] = 
"--enable-bindings-python,--disable-bindings-python,"
+PACKAGECONFIG[python3] = 
"--enable-bindings-python,--disable-bindings-python,python3"
inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3', 
'python3native', '', d)}
PACKAGES =+ "${PN}-python"


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

end of thread, other threads:[~2019-01-07 12:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07 11:09 [PATCH] libgpiod_1.2: add a dependency on python when building python bindings Ferry Toth
2019-01-07 11:33 ` ✗ patchtest: failure for " Patchwork
2019-01-07 12:56 [PATCH] " Ferry Toth

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.