diff options
Diffstat (limited to 'openembedded/packages/xcomposite')
-rw-r--r-- | openembedded/packages/xcomposite/xcomposite_cvs.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/openembedded/packages/xcomposite/xcomposite_cvs.bb b/openembedded/packages/xcomposite/xcomposite_cvs.bb index e0a7e2b64..8469e9c36 100644 --- a/openembedded/packages/xcomposite/xcomposite_cvs.bb +++ b/openembedded/packages/xcomposite/xcomposite_cvs.bb @@ -10,9 +10,5 @@ S = "${WORKDIR}/Xcomposite" 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 } |