diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:26:31 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-28 13:26:31 +0000 |
commit | 3c1299f257f06b1b7f629de108041345cd16d6c8 (patch) | |
tree | f4d79620068fe0db62dc99b260c627be6bc6d1c0 /packages/fs | |
parent | ad4192d3f44206460eab2ebeeadf65776f98cfea (diff) |
fs: Use autotools_stage_all
Diffstat (limited to 'packages/fs')
-rw-r--r-- | packages/fs/fs_cvs.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/fs/fs_cvs.bb b/packages/fs/fs_cvs.bb index 8e2724ce4b..b1d6ed4bea 100644 --- a/packages/fs/fs_cvs.bb +++ b/packages/fs/fs_cvs.bb @@ -10,9 +10,5 @@ S = "${WORKDIR}/FS" 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 } |