[oe-commits] Koen Kooi : mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where quilt wants to creat the 'patches' dir

git version control git at git.openembedded.org
Sat Oct 16 02:43:15 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 7ffa4eec3a3f2fd354d3a8eda4527d00316ea174
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7ffa4eec3a3f2fd354d3a8eda4527d00316ea174

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov 13 18:00:00 2008 +0100

mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where quilt wants to creat the 'patches' dir

---

 recipes/mpfr/mpfr.inc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/mpfr/mpfr.inc b/recipes/mpfr/mpfr.inc
index 5f7f94c..dbe0d29 100644
--- a/recipes/mpfr/mpfr.inc
+++ b/recipes/mpfr/mpfr.inc
@@ -4,3 +4,9 @@ LICENSE = "GPL LGPL"
 SECTION = "libs"
 
 inherit autotools
+
+do_fixup() {
+	rm ${S}/PATCHES || true
+}
+
+addtask fixup after do_unpack before do_patch





More information about the Openembedded-commits mailing list