From 4060ff0edc3e889bfb1ab54512fe468b79b8f810 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 13 Nov 2008 18:00:00 +0100 Subject: mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where quilt wants to creat the 'patches' dir --- recipes/mpfr/mpfr.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes/mpfr') 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 -- cgit 1.2.3-korg