From 67493a015472fcdb53ca6f852c809a5d2390a1ea Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 2 Aug 2013 22:42:05 -0700 Subject: Initial population --- recipes-extended/bzip2/bzip2/fix.patch | 13 +++++++++++++ recipes-extended/bzip2/bzip2_1.0.6.bbappend | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 recipes-extended/bzip2/bzip2/fix.patch create mode 100644 recipes-extended/bzip2/bzip2_1.0.6.bbappend (limited to 'recipes-extended') 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 @@ +Index: bzip2-1.0.6/bzip2.c +=================================================================== +--- bzip2-1.0.6.orig/bzip2.c 2010-09-10 23:04:53.000000000 +0000 ++++ bzip2-1.0.6/bzip2.c 2013-08-13 10:30:15.596120522 +0000 +@@ -128,7 +128,7 @@ + #if BZ_LCCWIN32 + # include + # include +-# include ++# include + + # define NORETURN /**/ + # 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 @@ + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI_append_mingw32 = " file://fix.patch" \ No newline at end of file -- cgit v1.2.3-54-g00ecf