* CVS checkout include full src tree so we can not
do make install because then it will try to install
every component in src. We have to install ld
gas and binutils only.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-cvs"
-PV = "0.0+cvs${SRCDATE}"
+PV = "2.20+cvs${SRCDATE}"
INC_PR = "r5"
PR = "${INC_PR}.1"
oe_runmake all-ld all-binutils all-gas
}
do_install () {
- autotools_do_install install-ld install-binutils install-gas
+ oe_runmake 'DESTDIR=${D}' install-ld install-binutils install-gas
# We don't really need these, so we'll remove them...
rm -rf ${D}${libdir}/ldscripts