aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mpfr/mpfr.inc')
-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