summaryrefslogtreecommitdiff
path: root/openembedded/packages/xtrans/xtrans_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xtrans/xtrans_0.1.bb')
-rw-r--r--openembedded/packages/xtrans/xtrans_0.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/openembedded/packages/xtrans/xtrans_0.1.bb b/openembedded/packages/xtrans/xtrans_0.1.bb
index 67bd3a2f3..8fee0d508 100644
--- a/openembedded/packages/xtrans/xtrans_0.1.bb
+++ b/openembedded/packages/xtrans/xtrans_0.1.bb
@@ -11,9 +11,5 @@ S = "${WORKDIR}/libXtrans-${PV}"
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
}