summaryrefslogtreecommitdiff
path: root/resourceext
diff options
context:
space:
mode:
Diffstat (limited to 'resourceext')
-rw-r--r--resourceext/resourceext-cvs.oe11
1 files changed, 5 insertions, 6 deletions
diff --git a/resourceext/resourceext-cvs.oe b/resourceext/resourceext-cvs.oe
index f6f2ac37ff..ac6c423208 100644
--- a/resourceext/resourceext-cvs.oe
+++ b/resourceext/resourceext-cvs.oe
@@ -11,10 +11,9 @@ S = "${WORKDIR}/ResourceExt"
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}
}