aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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