aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gdb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-08-06 15:58:51 +0000
committerHolger Freyther <zecke@selfish.org>2006-08-06 15:58:51 +0000
commit690e9e12869eb453929481ec5f999bff1e36c9b3 (patch)
tree6238b3682f11c5900081e30f758ac0a1da4304d6 /packages/gdb
parent6608794e72068692b56d77db9b157df28eb691bb (diff)
downloadopenembedded-690e9e12869eb453929481ec5f999bff1e36c9b3.tar.gz
packages/*/*.bb: Stop GNUism on cp. -d -> -P, -a -> pPR...
Fix GNUism on the usage of cp -d as --no-derefence -> -P --deference -> -L -r -> -R -a same as -dpR -> -PpR
Diffstat (limited to 'packages/gdb')
-rw-r--r--packages/gdb/gdb-cross_6.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gdb/gdb-cross_6.3.bb b/packages/gdb/gdb-cross_6.3.bb
index 1029f7bfe0..601f4a0750 100644
--- a/packages/gdb/gdb-cross_6.3.bb
+++ b/packages/gdb/gdb-cross_6.3.bb
@@ -33,6 +33,6 @@ do_configure () {
do_stage() {
oe_runmake 'DESTDIR=${CROSS_DIR}' install
- cp -a ${CROSS_DIR}${prefix}/* ${CROSS_DIR}
+ cp -pPR ${CROSS_DIR}${prefix}/* ${CROSS_DIR}
rm -rf ${CROSS_DIR}${prefix}
}