blob: 66349e6e2183c60fdbc3d8de6cf4fbae97106185 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SECTION = "devel"
DESCRIPTION = "GNU multiprecision arithmetic library"
HOMEPAGE = "http://www.swox.com/gmp/"
LICENSE = "GPLv3 LGPLv3"
SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2 \
file://configure.patch \
file://amd64.patch "
inherit autotools
ARM_INSTRUCTION_SET = "arm"
acpaths = ""
BBCLASSEXTEND = "native nativesdk"
|