diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 23:31:51 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 23:31:51 +0000 |
commit | 8d5f7fa6dc58a4224434eb7a6380a83cfe4824cd (patch) | |
tree | b0ac1b986a45a55e65da56f43e60aa5cca888250 /meta | |
parent | bf9725eb93c0dca478a7028e9ce620be06a7b0dd (diff) | |
download | poky-8d5f7fa6dc58a4224434eb7a6380a83cfe4824cd.tar.gz |
binutils: Remove unneeded staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/binutils/binutils.inc | 12 | ||||
-rw-r--r-- | meta/packages/binutils/binutils_csl-arm-2006q1.bb | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/binutils/binutils.inc b/meta/packages/binutils/binutils.inc index d8dd752ec8..5a5e51d354 100644 --- a/meta/packages/binutils/binutils.inc +++ b/meta/packages/binutils/binutils.inc | |||
@@ -76,18 +76,6 @@ do_configure () { | |||
76 | done | 76 | done |
77 | } | 77 | } |
78 | 78 | ||
79 | do_stage () { | ||
80 | oe_libinstall -so -a -C opcodes libopcodes ${STAGING_LIBDIR}/ | ||
81 | oe_libinstall -a -C libiberty libiberty ${STAGING_LIBDIR}/ | ||
82 | oe_libinstall -so -a -C bfd libbfd ${STAGING_LIBDIR}/ | ||
83 | install -m 0644 ${S}/include/dis-asm.h ${STAGING_INCDIR}/ | ||
84 | install -m 0644 ${S}/include/symcat.h ${STAGING_INCDIR}/ | ||
85 | install -m 0644 ${S}/include/libiberty.h ${STAGING_INCDIR}/ | ||
86 | install -m 0644 ${S}/include/ansidecl.h ${STAGING_INCDIR}/ | ||
87 | install -m 0644 ${S}/include/bfdlink.h ${STAGING_INCDIR}/ | ||
88 | install -m 0644 bfd/bfd.h ${STAGING_INCDIR}/ | ||
89 | } | ||
90 | |||
91 | do_install () { | 79 | do_install () { |
92 | autotools_do_install | 80 | autotools_do_install |
93 | 81 | ||
diff --git a/meta/packages/binutils/binutils_csl-arm-2006q1.bb b/meta/packages/binutils/binutils_csl-arm-2006q1.bb index b7f8841174..c07c78f574 100644 --- a/meta/packages/binutils/binutils_csl-arm-2006q1.bb +++ b/meta/packages/binutils/binutils_csl-arm-2006q1.bb | |||
@@ -99,18 +99,6 @@ do_configure () { | |||
99 | oe_runconf | 99 | oe_runconf |
100 | } | 100 | } |
101 | 101 | ||
102 | do_stage () { | ||
103 | oe_libinstall -so -a -C opcodes libopcodes ${STAGING_LIBDIR}/ | ||
104 | oe_libinstall -a -C libiberty libiberty ${STAGING_LIBDIR}/ | ||
105 | oe_libinstall -so -a -C bfd libbfd ${STAGING_LIBDIR}/ | ||
106 | install -m 0644 ${S}/include/dis-asm.h ${STAGING_INCDIR}/ | ||
107 | install -m 0644 ${S}/include/symcat.h ${STAGING_INCDIR}/ | ||
108 | install -m 0644 ${S}/include/libiberty.h ${STAGING_INCDIR}/ | ||
109 | install -m 0644 ${S}/include/ansidecl.h ${STAGING_INCDIR}/ | ||
110 | install -m 0644 ${S}/include/bfdlink.h ${STAGING_INCDIR}/ | ||
111 | install -m 0644 bfd/bfd.h ${STAGING_INCDIR}/ | ||
112 | } | ||
113 | |||
114 | do_install () { | 102 | do_install () { |
115 | autotools_do_install | 103 | autotools_do_install |
116 | 104 | ||