aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-13 18:00:00 +0100
committerChris Larson <clarson@kergoth.com>2010-08-09 19:03:34 -0700
commitd3db0300287953e10f14a2b49e8dc23efac462de (patch)
tree7a37d97441334e1f215047eaf67c08bd07ea38e6
parent11eb3015669829b3e3f17d5a1a5e428443fbeaff (diff)
downloadopenembedded-koen/darwin-host-fixes.tar.gz
mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where quilt wants to creat the 'patches' dirkoen/darwin-host-fixes
-rw-r--r--recipes/mpfr/mpfr.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr.inc b/recipes/mpfr/mpfr.inc
index 5f7f94cd8a..dbe0d2915d 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