summaryrefslogtreecommitdiffstats
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 67bd3a2f38..8fee0d5089 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}"
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12 12
13do_stage() { 13do_stage() {
14 oe_runmake install prefix=${STAGING_DIR} \ 14 autotools_stage_all
15 bindir=${STAGING_BINDIR} \
16 includedir=${STAGING_INCDIR} \
17 libdir=${STAGING_LIBDIR} \
18 datadir=${STAGING_DATADIR}
19} 15}