From 0e09147de182aeb96cff9ff59211b3d907ba83f7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 12 Nov 2007 11:06:34 +0000 Subject: Remove hardcoded staging layout assumptions git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/tremor/tremor_20041119.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/packages/tremor/tremor_20041119.bb') diff --git a/meta/packages/tremor/tremor_20041119.bb b/meta/packages/tremor/tremor_20041119.bb index 276ac491e..b37cba5b4 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 " #} do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ + oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \ bindir=${STAGING_BINDIR} \ includedir=${STAGING_INCDIR}/tremor \ libdir=${STAGING_LIBDIR} \ -- cgit v1.2.3