aboutsummaryrefslogtreecommitdiffstats
path: root/packages/binutils/binutils.inc
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-03 21:41:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-03 21:41:52 +0000
commit4847e67a9d7017db9a9e83d849e9f98c8a9b5ad9 (patch)
tree96e9607021e6a73d040a986b12d053a3170dfbc2 /packages/binutils/binutils.inc
parent96456ef68efb938cdf44ab32d6fe73c1f59223d8 (diff)
downloadopenembedded-4847e67a9d7017db9a9e83d849e9f98c8a9b5ad9.tar.gz
disapproval of revision '97eb37ffc8cf19126ddc1bb342fc10727fecf64a'
Diffstat (limited to 'packages/binutils/binutils.inc')
-rw-r--r--packages/binutils/binutils.inc10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/binutils/binutils.inc b/packages/binutils/binutils.inc
index 938fc5754e..680e579a06 100644
--- a/packages/binutils/binutils.inc
+++ b/packages/binutils/binutils.inc
@@ -63,7 +63,15 @@ do_configure () {
}
do_stage () {
- autotools_stage_all
+ 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 () {