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

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

inherit autotools 

ARM_INSTRUCTION_SET = "arm"


EXTRA_OECONF_append_virtclass-native = " --enable-static"

BBCLASSEXTEND = "native nativesdk sdk"
NATIVE_INSTALL_WORKS = "1"

acpaths = ""

CFLAGS_EXTRA_virtclass-sdk = ""