summaryrefslogtreecommitdiffstats
path: root/recipes/gmp/gmp.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gmp/gmp.inc')
-rw-r--r--recipes/gmp/gmp.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/gmp/gmp.inc b/recipes/gmp/gmp.inc
new file mode 100644
index 0000000000..71ea128bc5
--- /dev/null
+++ b/recipes/gmp/gmp.inc
@@ -0,0 +1,18 @@
+SECTION = "libs"
+DESCRIPTION = "GNU multiprecision arithmetic library"
+HOMEPAGE = "http://www.swox.com/gmp/"
+LICENSE = "GPL LGPL"
+
+SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
+ file://configure.patch;patch=1 \
+ file://amd64.patch;patch=1"
+
+inherit autotools
+
+ARM_INSTRUCTION_SET = "arm"
+
+acpaths = ""
+
+do_stage () {
+ autotools_stage_all
+}