increase dvbapp PR.
[vuplus_openembedded] / recipes / gmp / gmp.inc
1 SECTION = "libs"
2 DESCRIPTION = "GNU multiprecision arithmetic library"
3 HOMEPAGE = "http://www.swox.com/gmp/"
4 LICENSE = "GPL LGPL"
5
6 SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
7            file://configure.patch;patch=1 \
8            file://amd64.patch;patch=1"
9
10 inherit autotools 
11
12 ARM_INSTRUCTION_SET = "arm"
13
14 acpaths = ""
15
16 do_stage () {
17         autotools_stage_all
18 }