blob: 6d8a2d1a7c75a6b256b0fe74cb3f5419cbeba6c7 (
plain)
1
2
3
4
5
6
7
8
9
|
include binutils_${PV}.oe
inherit cross
PROVIDES = virtual/${TARGET_SYS}-binutils
FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/binutils-${PV}
D=${CROSS_DIR}
do_install () {
oe_runmake install
}
|