From d3db0300287953e10f14a2b49e8dc23efac462de 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/mpfr.inc') 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 -- cgit 1.2.3-korg