Revert "binutils-cross-sdk: Avoid QA error on building"
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 1 Nov 2009 09:38:09 +0000 (10:38 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 1 Nov 2009 09:38:09 +0000 (10:38 +0100)
This reverts commit b294033116a6a4f33d1b1ec9f8256adaf7374298. This
patch is no longer needed as .a files are no longer stripped.

recipes/binutils/binutils-cross-sdk.inc

index da00965..4d5a6df 100644 (file)
@@ -6,9 +6,6 @@ EXTRA_OECONF = "--with-sysroot=${prefix}/${TARGET_SYS} \
                        --enable-install-libbfd \
                 --disable-werror"
 
-# In case we end up with a .debug dir
-FILES_${PN}-dbg += "${prefix}/${HOST_PREFIX}${BUILD_SYS}/${TARGET_SYS}/lib/.debug/*"
-
 do_stage() {
        :
 }