blob: eeaac7779e3aea6141047ed6876d47f72a6c607f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "GNU multiprecision arithmetic library"
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
}
|