diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 08:45:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-05 08:45:27 +0000 |
commit | 952fa1e0a0469aa342e12d5c84b4b648f2e5b7ed (patch) | |
tree | a2084287ff7b9f4dc126091c6f1edf837b48c7d1 /meta/packages/mpfr | |
parent | db497d9391212633ed93800cfc3ec771ec09de69 (diff) | |
download | poky-952fa1e0a0469aa342e12d5c84b4b648f2e5b7ed.tar.gz |
mpfr: update to 2.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3913 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/mpfr')
-rw-r--r-- | meta/packages/mpfr/mpfr-native_2.3.1.bb (renamed from meta/packages/mpfr/mpfr-native_2.1.1.bb) | 0 | ||||
-rw-r--r-- | meta/packages/mpfr/mpfr.inc | 6 | ||||
-rw-r--r-- | meta/packages/mpfr/mpfr_2.1.1.bb | 19 | ||||
-rw-r--r-- | meta/packages/mpfr/mpfr_2.3.1.bb | 11 |
4 files changed, 17 insertions, 19 deletions
diff --git a/meta/packages/mpfr/mpfr-native_2.1.1.bb b/meta/packages/mpfr/mpfr-native_2.3.1.bb index 01ba37c8bf..01ba37c8bf 100644 --- a/meta/packages/mpfr/mpfr-native_2.1.1.bb +++ b/meta/packages/mpfr/mpfr-native_2.3.1.bb | |||
diff --git a/meta/packages/mpfr/mpfr.inc b/meta/packages/mpfr/mpfr.inc new file mode 100644 index 0000000000..cf898b62b6 --- /dev/null +++ b/meta/packages/mpfr/mpfr.inc | |||
@@ -0,0 +1,6 @@ | |||
1 | DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" | ||
2 | HOMEPAGE = "http://www.mpfr.org/" | ||
3 | LICENSE = "LGPL" | ||
4 | SECTION = "libs" | ||
5 | |||
6 | inherit autotools | ||
diff --git a/meta/packages/mpfr/mpfr_2.1.1.bb b/meta/packages/mpfr/mpfr_2.1.1.bb deleted file mode 100644 index e0d1e9dbb3..0000000000 --- a/meta/packages/mpfr/mpfr_2.1.1.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" | ||
2 | LICENSE = "LGPL" | ||
3 | SECTION = "libs" | ||
4 | DEPENDS = "gmp" | ||
5 | PR = "r2" | ||
6 | |||
7 | SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" | ||
8 | S = "${WORKDIR}/mpfr-${PV}" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | do_stage() { | ||
13 | oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ | ||
14 | bindir=${STAGING_BINDIR} \ | ||
15 | includedir=${STAGING_INCDIR} \ | ||
16 | libdir=${STAGING_LIBDIR} \ | ||
17 | datadir=${STAGING_DATADIR} \ | ||
18 | infodir=${STAGING_DIR_HOST}${layout_infodir} | ||
19 | } | ||
diff --git a/meta/packages/mpfr/mpfr_2.3.1.bb b/meta/packages/mpfr/mpfr_2.3.1.bb new file mode 100644 index 0000000000..869c4227e2 --- /dev/null +++ b/meta/packages/mpfr/mpfr_2.3.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require mpfr.inc | ||
2 | |||
3 | DEPENDS = "gmp" | ||
4 | PR = "r1" | ||
5 | |||
6 | SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" | ||
7 | S = "${WORKDIR}/mpfr-${PV}" | ||
8 | |||
9 | do_stage() { | ||
10 | autotools_stage_all | ||
11 | } | ||