diff options
Diffstat (limited to 'meta-oe/recipes-support/mpfr/mpfr_3.0.0.bb')
| -rw-r--r-- | meta-oe/recipes-support/mpfr/mpfr_3.0.0.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mpfr/mpfr_3.0.0.bb b/meta-oe/recipes-support/mpfr/mpfr_3.0.0.bb new file mode 100644 index 0000000000..cb347c73a1 --- /dev/null +++ b/meta-oe/recipes-support/mpfr/mpfr_3.0.0.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" | ||
| 2 | HOMEPAGE = "http://www.mpfr.org/" | ||
| 3 | LICENSE="GPLv3&LGPLv3" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 5 | file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" | ||
| 6 | SECTION = "devel" | ||
| 7 | BBCLASSEXTEND = "native nativesdk" | ||
| 8 | DEPENDS = "gmp" | ||
| 9 | |||
| 10 | inherit autotools | ||
| 11 | |||
| 12 | do_fixup() { | ||
| 13 | rm ${S}/PATCHES || true | ||
| 14 | } | ||
| 15 | |||
| 16 | addtask fixup after do_unpack before do_patch | ||
| 17 | |||
| 18 | NATIVE_INSTALL_WORKS = "1" | ||
| 19 | PR = "r4" | ||
| 20 | |||
| 21 | SRC_URI = "http://www.mpfr.org/${BP}/${BP}.tar.bz2 \ | ||
| 22 | file://p4.patch" | ||
| 23 | |||
| 24 | # fix build in thumb mode for armv4t | ||
| 25 | SRC_URI_append_thumb = " file://long-long-thumb.patch" | ||
| 26 | |||
| 27 | EXTRA_OECONF_append_virtclass-native = " --enable-static" | ||
| 28 | |||
| 29 | SRC_URI[md5sum] = "f45bac3584922c8004a10060ab1a8f9f" | ||
| 30 | SRC_URI[sha256sum] = "8f4e5f9c53536cb798a30455ac429b1f9fc75a0f8af32d6e0ac31ebf1024821f" | ||
