git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa6067
)
mpfr: remove 'PATCHES' file so it can build on case insensitive filesystems where...
author
Koen Kooi
<koen@openembedded.org>
Thu, 13 Nov 2008 17:00:00 +0000
(18:00 +0100)
committer
Chris Larson
<chris_larson@mentor.com>
Fri, 22 Oct 2010 03:29:23 +0000
(20:29 -0700)
recipes/mpfr/mpfr.inc
patch
|
blob
|
history
diff --git
a/recipes/mpfr/mpfr.inc
b/recipes/mpfr/mpfr.inc
index
46ace56
..
81c15a3
100644
(file)
--- 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