From: Joshua Watt <jpewhacker@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [meta-mingw][PATCH] bzip2: Remove bbappend
Date: Thu, 18 Jul 2019 10:25:36 -0500 [thread overview]
Message-ID: <20190718152536.28368-1-JPEWhacker@gmail.com> (raw)
The patch being applied by meta-mingw has been upstreamed as of 1.0.8,
so there is no need to have a bbappend anymore.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
.../0001-Fix-include-path-separator.patch | 33 -------------------
recipes-extended/bzip2/bzip2_1.0.7.bbappend | 4 ---
2 files changed, 37 deletions(-)
delete mode 100644 recipes-extended/bzip2/bzip2/0001-Fix-include-path-separator.patch
delete mode 100644 recipes-extended/bzip2/bzip2_1.0.7.bbappend
diff --git a/recipes-extended/bzip2/bzip2/0001-Fix-include-path-separator.patch b/recipes-extended/bzip2/bzip2/0001-Fix-include-path-separator.patch
deleted file mode 100644
index 4c43b7a..0000000
--- a/recipes-extended/bzip2/bzip2/0001-Fix-include-path-separator.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 84c8769b52c63cce8a8a413e5fcbad1a65681d46 Mon Sep 17 00:00:00 2001
-From: Joshua Watt <JPEW.hacker@gmail.com>
-Date: Tue, 2 Jul 2019 13:06:30 -0500
-Subject: [PATCH] Fix include path separator
-
-Changes the include path separator for Windows builds to use "/" instead
-of "\". Windows has no problems with using a forward slash as a path
-separator, but using a backslash causes problems when attempting to
-cross compile for other platforms (for example, when trying to cross
-compile for MinGW from Linux).
-
-Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
-Upstream-Status: Submitted [https://sourceware.org/ml/bzip2-devel/2019-q3/msg00004.html]
----
- bzip2.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/bzip2.c b/bzip2.c
-index e362c65..be3b3be 100644
---- a/bzip2.c
-+++ b/bzip2.c
-@@ -128,7 +128,7 @@
- #if BZ_LCCWIN32
- # include <io.h>
- # include <fcntl.h>
--# include <sys\stat.h>
-+# include <sys/stat.h>
-
- # define NORETURN /**/
- # define PATH_SEP '\\'
---
-2.21.0
-
diff --git a/recipes-extended/bzip2/bzip2_1.0.7.bbappend b/recipes-extended/bzip2/bzip2_1.0.7.bbappend
deleted file mode 100644
index 3cc4b01..0000000
--- a/recipes-extended/bzip2/bzip2_1.0.7.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-SRC_URI_append_mingw32 = " file://0001-Fix-include-path-separator.patch"
--
2.21.0
reply other threads:[~2019-07-18 15:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190718152536.28368-1-JPEWhacker@gmail.com \
--to=jpewhacker@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.