From: Khem Raj Date: Fri, 11 Sep 2009 16:51:50 +0000 (-0700) Subject: binutils_cvs.bb: Do not use autotools_do_install X-Git-Tag: Release-2010-05/1~2471^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48e831f5beba63b9a374c3165f37e2c22f32e5c2;p=openembedded.git binutils_cvs.bb: Do not use autotools_do_install * 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 --- diff --git a/recipes/binutils/binutils_cvs.bb b/recipes/binutils/binutils_cvs.bb index 88dcd78c90..b335767687 100644 --- a/recipes/binutils/binutils_cvs.bb +++ b/recipes/binutils/binutils_cvs.bb @@ -1,5 +1,5 @@ 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" @@ -21,7 +21,7 @@ do_compile () { 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