diff options
Diffstat (limited to 'recipes/gmp/gmp.inc')
-rw-r--r-- | recipes/gmp/gmp.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gmp/gmp.inc b/recipes/gmp/gmp.inc index 67e5c49bda..601122360b 100644 --- a/recipes/gmp/gmp.inc +++ b/recipes/gmp/gmp.inc @@ -4,8 +4,8 @@ HOMEPAGE = "http://www.swox.com/gmp/" LICENSE = "GPL LGPL" SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2;name=gmp \ - file://configure.patch;patch=1 \ - file://amd64.patch;patch=1" + file://configure.patch \ + file://amd64.patch" inherit autotools |