blob: c0abfbe83c43751e7da9dc75cdc8caf819cf4929 (
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://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
}
|