From d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Sep 2010 19:09:11 +0100 Subject: packages: Separate out most of the remaining packages into recipes Signed-off-by: Richard Purdie --- meta/recipes-support/gmp/gmp_4.2.1.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-support/gmp/gmp_4.2.1.bb (limited to 'meta/recipes-support/gmp/gmp_4.2.1.bb') diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb new file mode 100644 index 0000000000..d70dcf2665 --- /dev/null +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" +HOMEPAGE = "http://gmplib.org/" +BUGTRACKER = "http://gmplib.org/mailman/listinfo/gmp-bugs" +# demo is licensed under GPLv2+, which however we don't package at all +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ + file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ + file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" +PR = "r0" + +SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/${BP}.tar.bz2 \ + file://disable-stdc.patch" + +inherit autotools -- cgit 1.2.3-korg