summaryrefslogtreecommitdiff
path: root/gmp
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /gmp
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'gmp')
-rw-r--r--gmp/gmp_4.1.2.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/gmp/gmp_4.1.2.oe b/gmp/gmp_4.1.2.oe
index 11e08432f1..2475ab322e 100644
--- a/gmp/gmp_4.1.2.oe
+++ b/gmp/gmp_4.1.2.oe
@@ -2,15 +2,15 @@ DESCRIPTION = "GNU multiprecision arithmetic library"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
-SRC_URI = ftp://mirrors.kernel.org/gnu/${PN}/${P}.tar.gz \
- file://${FILESDIR}/configure.patch;patch=1
+SRC_URI = "ftp://mirrors.kernel.org/gnu/gmp/gmp-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1"
inherit autotools libtool
acpaths =
do_stage () {
- install -m 0644 ${S}/.libs/libgmp.lai ${STAGING_LIBDIR}/libgmp.la
- oe_soinstall ${S}/.libs/libgmp.so.3.3.2 ${STAGING_LIBDIR}
+ install -m 0644 .libs/libgmp.lai ${STAGING_LIBDIR}/libgmp.la
+ oe_soinstall .libs/libgmp.so.3.3.2 ${STAGING_LIBDIR}
install -m 0644 ${S}/gmp.h ${STAGING_INCDIR}/gmp.h
}