summaryrefslogtreecommitdiff
path: root/packages/xres/xres_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/xres/xres_cvs.bb')
-rw-r--r--packages/xres/xres_cvs.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/xres/xres_cvs.bb b/packages/xres/xres_cvs.bb
index d8a64eb457..d7f8c68dfe 100644
--- a/packages/xres/xres_cvs.bb
+++ b/packages/xres/xres_cvs.bb
@@ -10,9 +10,5 @@ S = "${WORKDIR}/XRes"
inherit autotools pkgconfig
do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
+ autotools_stage_all
}