aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr.inc
blob: 81c15a314a92e73859985e1693c2552283840893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE = "http://www.mpfr.org/"
LICENSE = "GPL LGPL"
SECTION = "libs"
BBCLASSEXTEND = "native nativesdk"
INC_PR = "r3"

inherit autotools

do_fixup() {
	rm ${S}/PATCHES || true
}

addtask fixup after do_unpack before do_patch