diff options
-rw-r--r-- | meta/packages/mpfr/mpfr_2.1.1.bb | 4 |
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}" | |||
10 | inherit autotools | 10 | inherit autotools |
11 | 11 | ||
12 | do_stage() { | 12 | do_stage() { |
13 | oe_runmake install prefix=${STAGING_DIR} \ | 13 | oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ |
14 | bindir=${STAGING_BINDIR} \ | 14 | bindir=${STAGING_BINDIR} \ |
15 | includedir=${STAGING_INCDIR} \ | 15 | includedir=${STAGING_INCDIR} \ |
16 | libdir=${STAGING_LIBDIR} \ | 16 | libdir=${STAGING_LIBDIR} \ |
17 | datadir=${STAGING_DATADIR} \ | 17 | datadir=${STAGING_DATADIR} \ |
18 | infodir=${STAGING_DIR}/${HOST_SYS}/info | 18 | infodir=${STAGING_DIR_HOST}${layout_infodir} |
19 | } | 19 | } |