diff options
Diffstat (limited to 'packages/xcomposite/xcomposite_cvs.bb')
-rw-r--r-- | packages/xcomposite/xcomposite_cvs.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/xcomposite/xcomposite_cvs.bb b/packages/xcomposite/xcomposite_cvs.bb index 8782dcb42c..ab72873234 100644 --- a/packages/xcomposite/xcomposite_cvs.bb +++ b/packages/xcomposite/xcomposite_cvs.bb @@ -8,11 +8,3 @@ SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xcomposite 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} -} |