diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-02 22:42:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-04 11:17:52 +0000 |
commit | 67493a015472fcdb53ca6f852c809a5d2390a1ea (patch) | |
tree | 12e27de659acff9c966623a1d43cf7c71c621d34 /recipes-extended | |
download | meta-mingw-67493a015472fcdb53ca6f852c809a5d2390a1ea.tar.gz |
Initial population
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/bzip2/bzip2/fix.patch | 13 | ||||
-rw-r--r-- | recipes-extended/bzip2/bzip2_1.0.6.bbappend | 4 |
2 files changed, 17 insertions, 0 deletions
diff --git a/recipes-extended/bzip2/bzip2/fix.patch b/recipes-extended/bzip2/bzip2/fix.patch new file mode 100644 index 0000000..a366a5d --- /dev/null +++ b/recipes-extended/bzip2/bzip2/fix.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | Index: bzip2-1.0.6/bzip2.c | ||
2 | =================================================================== | ||
3 | --- bzip2-1.0.6.orig/bzip2.c 2010-09-10 23:04:53.000000000 +0000 | ||
4 | +++ bzip2-1.0.6/bzip2.c 2013-08-13 10:30:15.596120522 +0000 | ||
5 | @@ -128,7 +128,7 @@ | ||
6 | #if BZ_LCCWIN32 | ||
7 | # include <io.h> | ||
8 | # include <fcntl.h> | ||
9 | -# include <sys\stat.h> | ||
10 | +# include <sys/stat.h> | ||
11 | |||
12 | # define NORETURN /**/ | ||
13 | # define PATH_SEP '\\' | ||
diff --git a/recipes-extended/bzip2/bzip2_1.0.6.bbappend b/recipes-extended/bzip2/bzip2_1.0.6.bbappend new file mode 100644 index 0000000..882147c --- /dev/null +++ b/recipes-extended/bzip2/bzip2_1.0.6.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | |||
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
3 | |||
4 | SRC_URI_append_mingw32 = " file://fix.patch" \ No newline at end of file | ||