From: Richard Purdie Date: Sat, 10 Nov 2007 22:08:38 +0000 (+0000) Subject: mpfr: Clean up hardcoded staging references X-Git-Tag: 2011-1~10310 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=63e19b2629827229a9d3c963705171fd64d985ca;p=openembedded-core.git mpfr: Clean up hardcoded staging references git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3111 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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} }