[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 User account git at amethyst.openembedded.net
Fri Nov 28 09:03:51 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: 1b6056126494a81a12169a465b8793b044cc7342
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1b6056126494a81a12169a465b8793b044cc7342

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

---

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

diff --git a/packages/mpfr/mpfr.inc b/packages/mpfr/mpfr.inc
index cf898b6..4561160 100644
--- a/packages/mpfr/mpfr.inc
+++ b/packages/mpfr/mpfr.inc
@@ -4,3 +4,9 @@ LICENSE = "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