diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-10 22:08:38 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-10 22:08:38 +0000 |
commit | 63e19b2629827229a9d3c963705171fd64d985ca (patch) | |
tree | 2c21b69f68865f1c2f0322e9572c12fa7b6fe730 /meta/packages/mpfr/mpfr_2.1.1.bb | |
parent | 61fc63190e73e3250d766d269148d9ba64c9357c (diff) | |
download | poky-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/packages/mpfr/mpfr_2.1.1.bb')
-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 | } |