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:
47c19c5
)
classes/base.bbclass: change -P to --no-dereference
author
Holger Schurig
<schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:17:24 +0000
(10:17 +0000)
committer
Holger Schurig
<schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:17:24 +0000
(10:17 +0000)
BKrev: 42511434NzFFVX5XAaDTUTftcu6f2Q
classes/base.bbclass
patch
|
blob
|
history
diff --git
a/classes/base.bbclass
b/classes/base.bbclass
index
52a4dd3
..
bc2e853
100644
(file)
--- a/
classes/base.bbclass
+++ b/
classes/base.bbclass
@@
-199,7
+199,7
@@
oe_libinstall() {
oefatal "oe_libinstall: $dir/$f not found."
fi
elif [ -L "$f" ]; then
- __runcmd cp -
P
"$f" $destpath/
+ __runcmd cp -
-no-dereference
"$f" $destpath/
elif [ ! -L "$f" ]; then
libfile="$f"
__runcmd install -m 0755 $libfile $destpath/