blob: d80e728dc413b041d13d8d9d62fce351982b2591 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SECTION = "libs"
DESCRIPTION = "GNU multiprecision arithmetic library"
HOMEPAGE = "http://www.swox.com/gmp/"
LICENSE = "GPL LGPL"
PR = "r1"
SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
file://amd64.patch;patch=1 \
file://sh4-asmfix.patch;patch=1"
inherit autotools
acpaths = ""
do_stage () {
autotools_stage_all
}
|