aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gmp/gmp_4.1.4.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-11-06 21:43:56 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-11-06 21:43:56 +0000
commit78b090a6db5d3237dd062af9cb6d7e4c860fc435 (patch)
treee4c23e3d26720278aeba4d2f896b979666410f88 /packages/gmp/gmp_4.1.4.bb
parente37ddf6842faf9b3421fa4ab688944a20f0bba94 (diff)
downloadopenembedded-78b090a6db5d3237dd062af9cb6d7e4c860fc435.tar.gz
gmp: Refactor into inc files, add 4.2.1 (partly from #1130)
Diffstat (limited to 'packages/gmp/gmp_4.1.4.bb')
-rw-r--r--packages/gmp/gmp_4.1.4.bb18
1 files changed, 2 insertions, 16 deletions
diff --git a/packages/gmp/gmp_4.1.4.bb b/packages/gmp/gmp_4.1.4.bb
index d80e728dc4..0b32f552e7 100644
--- a/packages/gmp/gmp_4.1.4.bb
+++ b/packages/gmp/gmp_4.1.4.bb
@@ -1,19 +1,5 @@
-SECTION = "libs"
-DESCRIPTION = "GNU multiprecision arithmetic library"
-HOMEPAGE = "http://www.swox.com/gmp/"
-LICENSE = "GPL LGPL"
+require gmp.inc
PR = "r1"
-SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
- file://configure.patch;patch=1 \
- file://amd64.patch;patch=1 \
- file://sh4-asmfix.patch;patch=1"
-
-inherit autotools
-
-acpaths = ""
-
-do_stage () {
- autotools_stage_all
-}
+SRC_URI += "file://sh4-asmfix.patch;patch=1" \ No newline at end of file