packages/linux-libc-headers:
authorHolger Freyther <zecke@selfish.org>
Mon, 19 Sep 2005 11:58:33 +0000 (11:58 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 19 Sep 2005 11:58:33 +0000 (11:58 +0000)
-Use a more compatible command-line argument. -a is compatible
to -dpR and -d is the same as -P and -P exist on FreeBSD

packages/linux-libc-headers/linux-libc-headers_2.6.11.1.bb
packages/linux-libc-headers/linux-libc-headers_2.6.7.0.bb
packages/linux-libc-headers/linux-libc-headers_2.6.8.1.bb

index c7d6367..65e3f8b 100644 (file)
@@ -36,11 +36,11 @@ do_configure () {
        if test !  -e include/asm-$ARCH; then
                oefatal unable to create asm symlink in kernel headers
        fi
-       cp -a "include/asm-$ARCH" "include/asm"
+       cp -pPR "include/asm-$ARCH" "include/asm"
        if test "$ARCH" = "arm"; then
-               cp -a include/asm/arch-ebsa285 include/asm/arch
+               cp -pPR include/asm/arch-ebsa285 include/asm/arch
        elif test "$ARCH" = "sh"; then
-               cp -a include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu"
+               cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu"
        fi
 }
 
index f881d38..6a9d819 100644 (file)
@@ -32,11 +32,11 @@ do_configure () {
        if test !  -e include/asm-$ARCH; then
                oefatal unable to create asm symlink in kernel headers
        fi
-       cp -a "include/asm-$ARCH" "include/asm"
+       cp -pPR "include/asm-$ARCH" "include/asm"
        if test "$ARCH" = "arm"; then
-               cp -a include/asm/arch-ebsa285 include/asm/arch
+               cp -pPR include/asm/arch-ebsa285 include/asm/arch
        elif test "$ARCH" = "sh"; then
-               cp -a include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu"
+               cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu"
        fi
 }
 
index c127e8a..9e72bc4 100644 (file)
@@ -40,11 +40,11 @@ do_configure () {
        if test !  -e include/asm-$ARCH; then
                oefatal unable to create asm symlink in kernel headers
        fi
-       cp -a "include/asm-$ARCH" "include/asm"
+       cp -pPR "include/asm-$ARCH" "include/asm"
        if test "$ARCH" = "arm"; then
-               cp -a include/asm/arch-ebsa285 include/asm/arch
+               cp -pPR include/asm/arch-ebsa285 include/asm/arch
        elif test "$ARCH" = "sh"; then
-               cp -a include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu"
+               cp -pPR include/asm/cpu-${TARGET_ARCH} include/asm/cpu || die "unable to create include/asm/cpu"
        fi
 }