Another pass of .oe cleanups.
[vuplus_openembedded] / gmp / gmp_4.1.2.oe
1 DESCRIPTION = "GNU multiprecision arithmetic library"
2 DEPENDS = "virtual/libc"
3 RDEPENDS = "libc6"
4
5 SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \
6            file://${FILESDIR}/configure.patch;patch=1"
7
8 inherit autotools libtool
9
10 acpaths =
11
12 do_stage () {
13         install -m 0644 .libs/libgmp.lai ${STAGING_LIBDIR}/libgmp.la
14         oe_soinstall .libs/libgmp.so.3.3.2 ${STAGING_LIBDIR}
15         install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h
16 }