summaryrefslogtreecommitdiff
path: root/openembedded/packages/libxi
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/libxi')
-rw-r--r--openembedded/packages/libxi/libxi_6.0.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/openembedded/packages/libxi/libxi_6.0.1.bb b/openembedded/packages/libxi/libxi_6.0.1.bb
index b84aef819..05ad22989 100644
--- a/openembedded/packages/libxi/libxi_6.0.1.bb
+++ b/openembedded/packages/libxi/libxi_6.0.1.bb
@@ -11,10 +11,6 @@ S = "${WORKDIR}/libXi-${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
}