summaryrefslogtreecommitdiffstats
path: root/meta/packages/tremor
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/tremor
parent19f1bad37806b5e0b4d971d09226eda51345c9d2 (diff)
downloadpoky-0e09147de182aeb96cff9ff59211b3d907ba83f7.tar.gz
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/tremor')
-rw-r--r--meta/packages/tremor/tremor_20041119.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb
index 276ac491e0..b37cba5b4c 100644
--- a/meta/packages/tremor/tremor_20041119.bb
+++ b/meta/packages/tremor/tremor_20041119.bb
@@ -19,7 +19,7 @@ EXTRA_OECONF=" --enable-shared --disable-rpath "
19#} 19#}
20 20
21do_stage() { 21do_stage() {
22 oe_runmake install prefix=${STAGING_DIR} \ 22 oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
23 bindir=${STAGING_BINDIR} \ 23 bindir=${STAGING_BINDIR} \
24 includedir=${STAGING_INCDIR}/tremor \ 24 includedir=${STAGING_INCDIR}/tremor \
25 libdir=${STAGING_LIBDIR} \ 25 libdir=${STAGING_LIBDIR} \