summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr/mpfr_3.1.0.bb
blob: 102ec696dca25d0a1e3be35c750bc95f7da9fc95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require mpfr.inc
LICENSE="GPLv3&LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
		    file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
DEPENDS = "gmp"
PR = "r1"

SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
  file://long-long-thumb.patch \
"

SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938"
SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680"
S = "${WORKDIR}/mpfr-${PV}"

BBCLASSEXTEND = "native nativesdk"