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 efca7421bb..ef77f237c1 100644 --- a/gmp/gmp_4.1.2.oe +++ b/gmp/gmp_4.1.2.oe @@ -4,7 +4,7 @@ DEPENDS = "virtual/libc" SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \ file://${FILESDIR}/configure.patch;patch=1" -inherit autotools libtool +inherit autotools acpaths = "" |