summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xcomposite/xcomposite_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xcomposite/xcomposite_cvs.bb')
-rw-r--r--openembedded/packages/xcomposite/xcomposite_cvs.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/openembedded/packages/xcomposite/xcomposite_cvs.bb b/openembedded/packages/xcomposite/xcomposite_cvs.bb
index e0a7e2b647..8469e9c366 100644
--- a/openembedded/packages/xcomposite/xcomposite_cvs.bb
+++ b/openembedded/packages/xcomposite/xcomposite_cvs.bb
@@ -10,9 +10,5 @@ S = "${WORKDIR}/Xcomposite"
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12do_stage() { 12do_stage() {
13 oe_runmake install prefix=${STAGING_DIR} \ 13 autotools_stage_all
14 bindir=${STAGING_BINDIR} \
15 includedir=${STAGING_INCDIR} \
16 libdir=${STAGING_LIBDIR} \
17 datadir=${STAGING_DATADIR}
18} 14}