summaryrefslogtreecommitdiff
path: root/openembedded/packages/xproto/xproto_6.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xproto/xproto_6.6.2.bb')
-rw-r--r--openembedded/packages/xproto/xproto_6.6.2.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/openembedded/packages/xproto/xproto_6.6.2.bb b/openembedded/packages/xproto/xproto_6.6.2.bb
index b98214448..b5cf75105 100644
--- a/openembedded/packages/xproto/xproto_6.6.2.bb
+++ b/openembedded/packages/xproto/xproto_6.6.2.bb
@@ -9,9 +9,5 @@ S = "${WORKDIR}/xproto-${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
}