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 e0a7e2b647..8469e9c366 100644 --- a/openembedded/packages/xcomposite/xcomposite_cvs.bb +++ b/openembedded/packages/xcomposite/xcomposite_cvs.bb | |||
@@ -10,9 +10,5 @@ S = "${WORKDIR}/Xcomposite" | |||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | do_stage() { | 12 | do_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 | } |