aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-04-02 23:07:09 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-04-02 23:07:09 +0000
commit5174d5b1fc20573a62e69ddaeb73e6146a16df8d (patch)
tree161ba744dbef5b584cde9120582e45dab74ed73e /classes
parent0635ad34a4274e157619d94b9f6fa382e51bcd8d (diff)
downloadopenembedded-5174d5b1fc20573a62e69ddaeb73e6146a16df8d.tar.gz
autotools.bbclass: Replace cp with autotools_stage_dir.
Diffstat (limited to 'classes')
-rw-r--r--classes/autotools.bbclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index 53480e5a15..9d741408f4 100644
--- 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