diff options
Diffstat (limited to 'meta')
-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 | } | ||