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