blob: ef77f237c10ab723e3d9df1f2bde004922cb39f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "GNU multiprecision arithmetic library"
DEPENDS = "virtual/libc"
SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \
file://${FILESDIR}/configure.patch;patch=1"
inherit autotools
acpaths = ""
do_stage () {
oe_libinstall -so libgmp ${STAGING_LIBDIR}
install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h
}
|