summaryrefslogtreecommitdiffstats
path: root/meta/packages/gmp/gmp_4.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gmp/gmp_4.1.4.bb')
-rw-r--r--meta/packages/gmp/gmp_4.1.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/gmp/gmp_4.1.4.bb b/meta/packages/gmp/gmp_4.1.4.bb
new file mode 100644
index 0000000000..d80e728dc4
--- /dev/null
+++ b/meta/packages/gmp/gmp_4.1.4.bb
@@ -0,0 +1,19 @@
1SECTION = "libs"
2DESCRIPTION = "GNU multiprecision arithmetic library"
3HOMEPAGE = "http://www.swox.com/gmp/"
4LICENSE = "GPL LGPL"
5
6PR = "r1"
7
8SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
9 file://configure.patch;patch=1 \
10 file://amd64.patch;patch=1 \
11 file://sh4-asmfix.patch;patch=1"
12
13inherit autotools
14
15acpaths = ""
16
17do_stage () {
18 autotools_stage_all
19}