aboutsummaryrefslogtreecommitdiffstats
path: root/fixesext
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-11-27 07:15:20 +0000
committerChris Larson <clarson@kergoth.com>2003-11-27 07:15:20 +0000
commitcbd57575610905473e21cffb01a94ba8f2f72c7f (patch)
tree9195915d9ddc682025006735db9d4a52f8f06ae6 /fixesext
parent0cec914363b83b07235fc2bf75346bd4b6e1e562 (diff)
downloadopenembedded-cbd57575610905473e21cffb01a94ba8f2f72c7f.tar.gz
Update to cups 1.1.20 final, Fix the psmic build (m4 files added), fix the do_stage target for fixesext, and add libtool to inherit for xdmcp and xfont.
BKrev: 3fc5a488cy5iTlGH-gKXNrxRynxM6g
Diffstat (limited to 'fixesext')
-rw-r--r--fixesext/fixesext-cvs.oe8
1 files changed, 6 insertions, 2 deletions
diff --git a/fixesext/fixesext-cvs.oe b/fixesext/fixesext-cvs.oe
index 109a94e335..e138eb5fd1 100644
--- a/fixesext/fixesext-cvs.oe
+++ b/fixesext/fixesext-cvs.oe
@@ -10,6 +10,10 @@ S=${WORKDIR}/FixesExt
inherit autotools pkgconfig
do_stage() {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
-
+ oe_runmake install DESTDIR=${STAGING_DIR} \
+ bindir=/build/bin \
+ includedir=/target/include \
+ libdir=/target/lib \
+ datadir=/share
+ prefix=
}