mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
binutils: Remove unneeded staging functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user