diff options
author | 2019-10-25 13:15:12 -0500 | |
---|---|---|
committer | 2019-10-25 13:16:25 -0500 | |
commit | 2022b7732b1ccece653c7af9ba4b555de4943eaa (patch) | |
tree | 51dcd1fb2d6f3056818451a4072d412ba9d68bc7 | |
parent | 756963cc28ebc163df7d7f4b4ee004c18d3d3260 (diff) | |
download | meta-mingw-2022b7732b1ccece653c7af9ba4b555de4943eaa.tar.gz |
libxml2: Remove python support
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>
-rw-r--r-- | recipes-core/libxml/libxml2_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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" |