diff options
Diffstat (limited to 'meta/packages/gmp/gmp_4.1.4.bb')
| -rw-r--r-- | meta/packages/gmp/gmp_4.1.4.bb | 19 |
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 @@ | |||
| 1 | SECTION = "libs" | ||
| 2 | DESCRIPTION = "GNU multiprecision arithmetic library" | ||
| 3 | HOMEPAGE = "http://www.swox.com/gmp/" | ||
| 4 | LICENSE = "GPL LGPL" | ||
| 5 | |||
| 6 | PR = "r1" | ||
| 7 | |||
| 8 | SRC_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 | |||
| 13 | inherit autotools | ||
| 14 | |||
| 15 | acpaths = "" | ||
| 16 | |||
| 17 | do_stage () { | ||
| 18 | autotools_stage_all | ||
| 19 | } | ||
