]> code.ossystems Code Review - openembedded-core.git/commitdiff
binutils: Remove unneeded staging functions
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 17 Nov 2009 23:31:51 +0000 (23:31 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 17 Nov 2009 23:31:51 +0000 (23:31 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/binutils/binutils.inc
meta/packages/binutils/binutils_csl-arm-2006q1.bb

index d8dd752ec8e07b12e6db88641ed5e6208ba807c4..5a5e51d3548d04d971cfe2c0250e2c9a257688ff 100644 (file)
@@ -76,18 +76,6 @@ do_configure () {
        done
 }
 
-do_stage () {
-       oe_libinstall -so -a -C opcodes libopcodes ${STAGING_LIBDIR}/
-       oe_libinstall -a -C libiberty libiberty ${STAGING_LIBDIR}/
-       oe_libinstall -so -a -C bfd libbfd ${STAGING_LIBDIR}/
-       install -m 0644 ${S}/include/dis-asm.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/include/symcat.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/include/libiberty.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/include/ansidecl.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/include/bfdlink.h ${STAGING_INCDIR}/
-       install -m 0644 bfd/bfd.h ${STAGING_INCDIR}/
-}
-
 do_install () {
        autotools_do_install
 
index b7f88411742e50e2a8940c26a754bb6ff7c829d7..c07c78f574d035ff1f664d2c584b10c41ff790f5 100644 (file)
@@ -99,18 +99,6 @@ do_configure () {
        oe_runconf
 }
 
-do_stage () {
-       oe_libinstall -so -a -C opcodes libopcodes ${STAGING_LIBDIR}/
-       oe_libinstall -a -C libiberty libiberty ${STAGING_LIBDIR}/
-       oe_libinstall -so -a -C bfd libbfd ${STAGING_LIBDIR}/
-       install -m 0644 ${S}/include/dis-asm.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/include/symcat.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/include/libiberty.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/include/ansidecl.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/include/bfdlink.h ${STAGING_INCDIR}/
-       install -m 0644 bfd/bfd.h ${STAGING_INCDIR}/
-}
-
 do_install () {
        autotools_do_install