From: Michael Lauer Date: Wed, 21 Jan 2004 14:01:54 +0000 (+0000) Subject: improve gmp and add pycrypto to build system X-Git-Tag: Release-2010-05/1~20273 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c98ca90fa8b9540e8efb8fa6e374421c7d3471cb;p=openembedded.git improve gmp and add pycrypto to build system BKrev: 400e8652Sh8yyb1FnV07W90Ub-Fgjg --- diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe index e69de29bb2..3fca4f28c8 100644 --- a/gmp/gmp_4.1.2.oe +++ b/gmp/gmp_4.1.2.oe @@ -0,0 +1,16 @@ +DESCRIPTION = GNU multiprecision arithmetic library +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ftp://mirrors.kernel.org/gnu/${PN}/${P}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools libtool + +acpaths = -I . -I mpn -I mpfr + +do_stage () { + install -m 0644 ${S}/.libs/libgmp.lai ${STAGING_LIBDIR}/libgmp.la + oe_soinstall ${S}/.libs/libgmp.so.3.3.2 ${STAGING_LIBDIR} + install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h +} diff --git a/python/pycrypto_1.9a6.oe b/python/pycrypto_1.9a6.oe new file mode 100644 index 0000000000..e69de29bb2