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