From: Koen Kooi Date: Thu, 13 Nov 2008 17:00:00 +0000 (+0100) Subject: mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4060ff0edc3e889bfb1ab54512fe468b79b8f810;p=openembedded.git mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where quilt wants to creat the 'patches' dir --- 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