All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mingw][PATCH 1/3] libxml2: Remove python support
@ 2019-10-28 15:58 Joshua Watt
  2019-10-28 15:58 ` [meta-mingw][PATCH 2/3] wayland: Disable library Joshua Watt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joshua Watt @ 2019-10-28 15:58 UTC (permalink / raw)
  To: yocto

Python doesn't cross compile for MinGW, so remove it as a dependency
from the mingw32 nativesdk build

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 recipes-core/libxml/libxml2_%.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 recipes-core/libxml/libxml2_%.bbappend

diff --git a/recipes-core/libxml/libxml2_%.bbappend b/recipes-core/libxml/libxml2_%.bbappend
new file mode 100644
index 0000000..2c9f206
--- /dev/null
+++ b/recipes-core/libxml/libxml2_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG_remove_class-nativesdk_mingw32 = "python"
-- 
2.21.0



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

end of thread, other threads:[~2019-10-28 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-28 15:58 [meta-mingw][PATCH 1/3] libxml2: Remove python support Joshua Watt
2019-10-28 15:58 ` [meta-mingw][PATCH 2/3] wayland: Disable library Joshua Watt
2019-10-28 15:58 ` [meta-mingw][PATCH 3/3] dbus: Set FILES Joshua Watt
2019-10-28 16:03 ` [meta-mingw][PATCH 1/3] libxml2: Remove python support Ross Burton

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.