From 7d0f4d1ff2349647def5f78e6f07d4ce0bc7fffc Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 1 Apr 2004 17:57:34 +0000 Subject: Merge http://openembedded.bkbits.net/packages into linux.local:/home/kergoth/code/packages 2004/03/31 12:17:45-05:00 local!kergoth appweb_1.0.2.oe: Correct LD_LIBRARY_PATH referencing itself. tremor_20030325.oe: Correct the tremor include path passed into the staging make install. 2004/03/30 21:40:59-05:00 local!kergoth Some fixups per the latest staging changes. BKrev: 406c580emotmj9yxCNGAhNEinlE4uw --- fixesext/fixesext-cvs.oe | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'fixesext/fixesext-cvs.oe') diff --git a/fixesext/fixesext-cvs.oe b/fixesext/fixesext-cvs.oe index 01d566afc0..1c5e47f725 100644 --- a/fixesext/fixesext-cvs.oe +++ b/fixesext/fixesext-cvs.oe @@ -11,10 +11,9 @@ S = "${WORKDIR}/FixesExt" inherit autotools pkgconfig do_stage() { - oe_runmake install DESTDIR=${STAGING_DIR} \ - bindir=/build/bin \ - includedir=/target/include \ - libdir=/target/lib \ - datadir=/share - prefix= + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} } -- cgit v1.2.3