diff options
Diffstat (limited to 'gmp/gmp_4.1.2.oe')
-rw-r--r-- | gmp/gmp_4.1.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe index ef77f237c1..c0abfbe83c 100644 --- a/gmp/gmp_4.1.2.oe +++ b/gmp/gmp_4.1.2.oe @@ -2,7 +2,7 @@ DESCRIPTION = "GNU multiprecision arithmetic library" DEPENDS = "virtual/libc" SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1" + file://configure.patch;patch=1" inherit autotools |