aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr.inc
blob: 2f86ae3b90f8a0f66b434e6093f47a5d4540e1b9 (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 sdk"
INC_PR = "r3"

inherit autotools

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

addtask fixup after do_unpack before do_patch