aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/expat/expat_2.1.0.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/expat/expat_2.1.0.bbappend')
-rw-r--r--recipes-core/expat/expat_2.1.0.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/expat/expat_2.1.0.bbappend b/recipes-core/expat/expat_2.1.0.bbappend
new file mode 100644
index 0000000..4bc3086
--- /dev/null
+++ b/recipes-core/expat/expat_2.1.0.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+#Dirty hack not to use sys/mmap.h under mingw which doesn't exist
+SRC_URI_append_mingw32 = " file://disable_mmap.patch"