[oe-commits] Klaus Kurzmann : mpfr: move ARM_INSTRUCTION_SET to mpfr.inc

git version control git at git.openembedded.org
Thu Jul 29 12:10:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 77f69004cf60a0311d168f65639c8e7b5c0636a7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=77f69004cf60a0311d168f65639c8e7b5c0636a7

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Jul 29 13:23:02 2010 +0200

mpfr: move ARM_INSTRUCTION_SET to mpfr.inc

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/mpfr/mpfr.inc      |    2 ++
 recipes/mpfr/mpfr_3.0.0.bb |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/mpfr/mpfr.inc b/recipes/mpfr/mpfr.inc
index 5f7f94c..984c365 100644
--- a/recipes/mpfr/mpfr.inc
+++ b/recipes/mpfr/mpfr.inc
@@ -3,4 +3,6 @@ HOMEPAGE = "http://www.mpfr.org/"
 LICENSE = "GPL LGPL"
 SECTION = "libs"
 
+ARM_INSTRUCTION_SET_armv4t = "arm"
+
 inherit autotools
diff --git a/recipes/mpfr/mpfr_3.0.0.bb b/recipes/mpfr/mpfr_3.0.0.bb
index 7056660..4e9c617 100644
--- a/recipes/mpfr/mpfr_3.0.0.bb
+++ b/recipes/mpfr/mpfr_3.0.0.bb
@@ -5,7 +5,6 @@ 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"





More information about the Openembedded-commits mailing list