aboutsummaryrefslogtreecommitdiffstats
path: root/binutils/binutils-uclibc-cross_2.14.90.0.6.oe
blob: 6648d5d267025acc38f794040568a6518e51f362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
include binutils-uclibc_${PV}.oe
inherit cross
PROVIDES = virtual/${TARGET_PREFIX}binutils
DEPENDS = patcher
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}
PACKAGES =

do_stage () {
	oe_runmake install

	# We don't really need these, so we'll remove them...
	rm -rf ${CROSS_DIR}/lib/ldscripts
	rm -rf ${CROSS_DIR}/share/info
	rm -rf ${CROSS_DIR}/share/locale
	rm -rf ${CROSS_DIR}/share/man
	rmdir ${CROSS_DIR}/share || :
	rmdir ${CROSS_DIR}/usr/lib/gcc-lib || :
	rmdir ${CROSS_DIR}/usr/lib || :
	rmdir ${CROSS_DIR}/usr || :

	# We want to move this into the target specific location
	mkdir -p ${CROSS_DIR}/${TARGET_SYS}/lib
	mv -f ${CROSS_DIR}/lib/libiberty.a ${CROSS_DIR}/${TARGET_SYS}/lib
	rmdir ${CROSS_DIR}/lib || :
}

do_install () {
	:
}