summaryrefslogtreecommitdiff
path: root/meta/packages/maemo/xsp_1.0.0-8.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-12 11:06:34 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-12 11:06:34 +0000
commit0e09147de182aeb96cff9ff59211b3d907ba83f7 (patch)
tree004da019bcbfcd9e2325f1855877eca18fc56587 /meta/packages/maemo/xsp_1.0.0-8.bb
parent19f1bad37806b5e0b4d971d09226eda51345c9d2 (diff)
downloadopenembedded-core-0e09147de182aeb96cff9ff59211b3d907ba83f7.tar.gz
openembedded-core-0e09147de182aeb96cff9ff59211b3d907ba83f7.tar.bz2
openembedded-core-0e09147de182aeb96cff9ff59211b3d907ba83f7.tar.xz
openembedded-core-0e09147de182aeb96cff9ff59211b3d907ba83f7.zip
Remove hardcoded staging layout assumptions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/maemo/xsp_1.0.0-8.bb')
-rw-r--r--meta/packages/maemo/xsp_1.0.0-8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/maemo/xsp_1.0.0-8.bb b/meta/packages/maemo/xsp_1.0.0-8.bb
index d5f94c64c..878ddec50 100644
--- a/meta/packages/maemo/xsp_1.0.0-8.bb
+++ b/meta/packages/maemo/xsp_1.0.0-8.bb
@@ -11,10 +11,10 @@ S = "${WORKDIR}/Xsp"
inherit autotools pkgconfig
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} \
- mandir=${STAGING_DATADIR}/man
+ mandir=${STAGING_DIR_HOST}${layout_mandir}
}