aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gmp/gmp.inc
blob: 522189d630056219aae3fda3c7e9dbdfbfe77c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SECTION = "libs"
DESCRIPTION = "GNU multiprecision arithmetic library"
HOMEPAGE = "http://www.swox.com/gmp/"
LICENSE = "GPL LGPL"
INC_PR = "r1"

SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2;name=gmp \
	   file://configure.patch \
	   file://amd64.patch"

inherit autotools 

ARM_INSTRUCTION_SET = "arm"


EXTRA_OECONF_append_virtclass-native = " --enable-static"

BBCLASSEXTEND = "native nativesdk"
NATIVE_INSTALL_WORKS = "1"

acpaths = ""