fs: Use autotools_stage_all
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 13:26:31 +0000 (13:26 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 28 Feb 2008 13:26:31 +0000 (13:26 +0000)
packages/fs/fs_cvs.bb

index 8e2724c..b1d6ed4 100644 (file)
@@ -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
 }