From 2022b7732b1ccece653c7af9ba4b555de4943eaa Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Fri, 25 Oct 2019 13:15:12 -0500 Subject: 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 --- 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" -- cgit v1.2.3