summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr/mpfr_3.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/mpfr/mpfr_3.0.1.bb')
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.0.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_3.0.1.bb b/meta/recipes-support/mpfr/mpfr_3.0.1.bb
new file mode 100644
index 0000000000..9079e4bcac
--- /dev/null
+++ b/meta/recipes-support/mpfr/mpfr_3.0.1.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] = "bfbecb2eacb6d48432ead5cfc3f7390a"
11SRC_URI[sha256sum] = "e1977099bb494319c0f0c1f85759050c418a56884e9c6cef1c540b9b13e38e7f"
12S = "${WORKDIR}/mpfr-${PV}"
13
14BBCLASSEXTEND = "native nativesdk"