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 --- xtst/xtst-cvs.oe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'xtst') diff --git a/xtst/xtst-cvs.oe b/xtst/xtst-cvs.oe index 531a6fd73a..efb43dcbd4 100644 --- a/xtst/xtst-cvs.oe +++ b/xtst/xtst-cvs.oe @@ -12,6 +12,10 @@ S = "${WORKDIR}/Xtst" inherit autotools pkgconfig libtool -do_stage () { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} +do_stage() { + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR} \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} } -- cgit v1.2.3 sting Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/xcalibrate/xcalibrate_20060312.bb
AgeCommit message (Expand)AuthorFiles
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-07-29x11: change virtual/x11 to virtual/libx11Justin Patrin1
2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin1
2006-03-12xcalibrate: snapshot 20060312 to build against pre-X11R7.0 xlibsPhilipp Zabel1