[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
Thu Oct 21 02:01:31 UTC 2010


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

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 46ace56..81c15a3 100644
--- a/recipes/mpfr/mpfr.inc
+++ b/recipes/mpfr/mpfr.inc
@@ -6,3 +6,9 @@ BBCLASSEXTEND = "native nativesdk"
 INC_PR = "r3"
 
 inherit autotools
+
+do_fixup() {
+	rm ${S}/PATCHES || true
+}
+
+addtask fixup after do_unpack before do_patch





More information about the Openembedded-commits mailing list