aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qte
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-23 00:23:57 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-23 00:23:57 +0000
commit6e715d8f2561a8fac492cc10528102608c64eb74 (patch)
treee862647ff900034f08bfc6d1f7920d858bc63451 /packages/qte
parenta31bd35ef6affae2aa03832b261a19803ff4ed77 (diff)
downloadopenembedded-6e715d8f2561a8fac492cc10528102608c64eb74.tar.gz
Remove some GNUism and replace cp -a with cp -pPR (once again)
I didn't touch the to be installed files, as we have GNU coreutils or at least a compatible busybox version on our targets so far.
Diffstat (limited to 'packages/qte')
-rw-r--r--packages/qte/qtopia-core_4.2.0.bb2
-rw-r--r--packages/qte/qtopia-core_4.3.3.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/qte/qtopia-core_4.2.0.bb b/packages/qte/qtopia-core_4.2.0.bb
index ab07ecf35d..509230f3ea 100644
--- a/packages/qte/qtopia-core_4.2.0.bb
+++ b/packages/qte/qtopia-core_4.2.0.bb
@@ -198,7 +198,7 @@ do_stage() {
mkdir -p ${STAGE_TEMP}
oe_runmake install INSTALL_ROOT=${STAGE_TEMP}
- cp -af ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR}
+ cp -pPRf ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR}
for i in ${STAGE_TEMP}/${libdir}/*.la
do
diff --git a/packages/qte/qtopia-core_4.3.3.bb b/packages/qte/qtopia-core_4.3.3.bb
index c486ba164f..2995988b42 100644
--- a/packages/qte/qtopia-core_4.3.3.bb
+++ b/packages/qte/qtopia-core_4.3.3.bb
@@ -210,7 +210,7 @@ do_stage() {
install -d ${STAGING_INCDIR}/qtopiacore4
install -d ${STAGING_LIBDIR}/qtopiacore4
- cp -af ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR}/qtopiacore4/
+ cp -pPRf ${STAGE_TEMP}/$includedir/* ${STAGING_INCDIR}/qtopiacore4/
for i in ${STAGE_TEMP}/${libdir}/*.la
do