blob: 8b3b4ca51b351f0ee0c751eee3418197ee937743 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require mpfr.inc
DEPENDS = "gmp"
FILE_PR = "r3"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
S = "${WORKDIR}/mpfr-${PV}"
do_stage() {
autotools_stage_all
}
|