mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
8 lines
135 B
BlitzBasic
8 lines
135 B
BlitzBasic
require mpfr.inc
|
|
|
|
DEPENDS = "gmp"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
|
|
S = "${WORKDIR}/mpfr-${PV}"
|