git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad4192d
)
fs: Use autotools_stage_all
author
Richard Purdie
<rpurdie@rpsys.net>
Thu, 28 Feb 2008 13:26:31 +0000
(13:26 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Thu, 28 Feb 2008 13:26:31 +0000
(13:26 +0000)
packages/fs/fs_cvs.bb
patch
|
blob
|
history
diff --git
a/packages/fs/fs_cvs.bb
b/packages/fs/fs_cvs.bb
index
8e2724c
..
b1d6ed4
100644
(file)
--- 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
}