summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr/mpfr_3.1.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-11 10:35:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 13:41:31 +0100
commit7cabc9ec11385b1f7595a0536c6f88318162adbd (patch)
tree563b2205b40485f8f85643d23bdd15b63f9f1092 /meta/recipes-support/mpfr/mpfr_3.1.4.bb
parent0dcc42c9abec3d8d4e05904745136564c8aef2c2 (diff)
downloadpoky-7cabc9ec11385b1f7595a0536c6f88318162adbd.tar.gz
mpfr: Upgrade to 3.1.4
(From OE-Core rev: 8f8aebc59df181071245cfeb6eb4a3efaf65c597) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/mpfr/mpfr_3.1.4.bb')
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.1.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.4.bb b/meta/recipes-support/mpfr/mpfr_3.1.4.bb
new file mode 100644
index 0000000000..230a86208e
--- /dev/null
+++ b/meta/recipes-support/mpfr/mpfr_3.1.4.bb
@@ -0,0 +1,18 @@
1require mpfr.inc
2
3LICENSE = "GPLv3 & LGPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
5 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
6DEPENDS = "gmp"
7
8SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz \
9 file://long-long-thumb.patch \
10 "
11SRC_URI[md5sum] = "064b2c18185038e404a401b830d59be8"
12SRC_URI[sha256sum] = "761413b16d749c53e2bfd2b1dfaa3b027b0e793e404b90b5fbaeef60af6517f5"
13
14UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/"
15
16S = "${WORKDIR}/mpfr-${PV}"
17
18BBCLASSEXTEND = "native nativesdk"