aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-13 18:00:00 +0100
committerChris Larson <chris_larson@mentor.com>2010-10-21 20:29:23 -0700
commit4060ff0edc3e889bfb1ab54512fe468b79b8f810 (patch)
tree6b4566ca398dfb70c98efa0df77ae5324e520597 /recipes/mpfr
parentcaa6067f7faf33200681c75843ce2e059cb1c0b4 (diff)
downloadopenembedded-4060ff0edc3e889bfb1ab54512fe468b79b8f810.tar.gz
mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where quilt wants to creat the 'patches' dir
Diffstat (limited to 'recipes/mpfr')
-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 46ace560b5..81c15a314a 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