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:
9475bf2
)
mpfr_3.0.0.bb: set ARM_INSTRUCTION_SET to arm for armv4t
author
Klaus Kurzmann
<mok@fluxnetz.de>
Thu, 29 Jul 2010 07:19:11 +0000
(09:19 +0200)
committer
Klaus Kurzmann
<mok@fluxnetz.de>
Thu, 29 Jul 2010 07:19:24 +0000
(09:19 +0200)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/mpfr/mpfr_3.0.0.bb
patch
|
blob
|
history
diff --git
a/recipes/mpfr/mpfr_3.0.0.bb
b/recipes/mpfr/mpfr_3.0.0.bb
index
4e9c617
..
7056660
100644
(file)
--- a/
recipes/mpfr/mpfr_3.0.0.bb
+++ b/
recipes/mpfr/mpfr_3.0.0.bb
@@
-5,6
+5,7
@@
S = "${WORKDIR}/mpfr-${PV}"
NATIVE_INSTALL_WORKS = "1"
PR = "r0"
BBCLASSEXTEND = "native"
+ARM_INSTRUCTION_SET_armv4t = "arm"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
file://p3.patch"