From: Joshua Watt <jpewhacker@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [meta-mingw][PATCH 1/3] libxml2: Remove python support
Date: Mon, 28 Oct 2019 10:58:05 -0500 [thread overview]
Message-ID: <20191028155807.9310-1-JPEWhacker@gmail.com> (raw)
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
next reply other threads:[~2019-10-28 15:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-28 15:58 Joshua Watt [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191028155807.9310-1-JPEWhacker@gmail.com \
--to=jpewhacker@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.