classes/base.bbclass: change -P to --no-dereference
authorHolger Schurig <schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:17:24 +0000 (10:17 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:17:24 +0000 (10:17 +0000)
BKrev: 42511434NzFFVX5XAaDTUTftcu6f2Q

classes/base.bbclass

index 52a4dd3..bc2e853 100644 (file)
@@ -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/