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:
0635ad3
)
autotools.bbclass: Replace cp with autotools_stage_dir.
author
Robert Schuster
<thebohemian@gmx.net>
Wed, 2 Apr 2008 23:07:09 +0000
(23:07 +0000)
committer
Robert Schuster
<thebohemian@gmx.net>
Wed, 2 Apr 2008 23:07:09 +0000
(23:07 +0000)
classes/autotools.bbclass
patch
|
blob
|
history
diff --git
a/classes/autotools.bbclass
b/classes/autotools.bbclass
index
53480e5
..
9d74140
100644
(file)
--- a/
classes/autotools.bbclass
+++ b/
classes/autotools.bbclass
@@
-211,8
+211,7
@@
autotools_stage_all() {
else
# Otherwise libtool wasn't used, and lib/ can be copied
# directly.
- echo "cp -fpPR ${STAGE_TEMP}/${libdir}/* ${STAGING_LIBDIR}"
- cp -fpPR ${STAGE_TEMP}/${libdir}/* ${STAGING_LIBDIR}
+ autotools_stage_dir ${STAGE_TEMP}/${libdir} ${STAGING_LIBDIR}
fi
fi