mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 17:53:54 +00:00
10 lines
171 B
BlitzBasic
10 lines
171 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}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|