blob: 55209f31daeadac287ea9b36f2fe0e4eb83e7513 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
SECTION = "libs"
DESCRIPTION = "GNU multiprecision arithmetic library"
HOMEPAGE = "http://www.swox.com/gmp/"
LICENSE = "GPL LGPL"
SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2;name=gmp \
file://configure.patch \
file://amd64.patch"
inherit autotools
ARM_INSTRUCTION_SET = "arm"
acpaths = ""
|