mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where...
authorKoen Kooi <koen@openembedded.org>
Thu, 13 Nov 2008 17:00:00 +0000 (18:00 +0100)
committerChris Larson <chris_larson@mentor.com>
Fri, 22 Oct 2010 03:29:23 +0000 (20:29 -0700)
recipes/mpfr/mpfr.inc

index 46ace56..81c15a3 100644 (file)
@@ -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