summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr/mpfr_3.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/mpfr/mpfr_3.1.0.bb')
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.1.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.0.bb b/meta/recipes-support/mpfr/mpfr_3.1.0.bb
new file mode 100644
index 0000000000..8e67fc2f1d
--- /dev/null
+++ b/meta/recipes-support/mpfr/mpfr_3.1.0.bb
@@ -0,0 +1,14 @@
1require mpfr.inc
2LICENSE="GPLv3&LGPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
5DEPENDS = "gmp"
6PR = "r0"
7
8SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
9
10SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938"
11SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680"
12S = "${WORKDIR}/mpfr-${PV}"
13
14BBCLASSEXTEND = "native nativesdk"