summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-10 22:08:38 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-10 22:08:38 +0000
commit63e19b2629827229a9d3c963705171fd64d985ca (patch)
tree2c21b69f68865f1c2f0322e9572c12fa7b6fe730 /meta
parent61fc63190e73e3250d766d269148d9ba64c9357c (diff)
downloadopenembedded-core-63e19b2629827229a9d3c963705171fd64d985ca.tar.gz
mpfr: Clean up hardcoded staging references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3111 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/mpfr/mpfr_2.1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/mpfr/mpfr_2.1.1.bb b/meta/packages/mpfr/mpfr_2.1.1.bb
index 10383b1caa..e0d1e9dbb3 100644
--- a/meta/packages/mpfr/mpfr_2.1.1.bb
+++ b/meta/packages/mpfr/mpfr_2.1.1.bb
@@ -10,10 +10,10 @@ S = "${WORKDIR}/mpfr-${PV}"
inherit autotools
do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
+ oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
bindir=${STAGING_BINDIR} \
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR} \
- infodir=${STAGING_DIR}/${HOST_SYS}/info
+ infodir=${STAGING_DIR_HOST}${layout_infodir}
}