aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils-cross_cvs.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-03-20 11:51:17 -0700
committerKhem Raj <raj.khem@gmail.com>2009-03-20 11:51:17 -0700
commitc3c3af2895a810ab6ffc93ea73afb73a88c9246f (patch)
tree50c8f53d83a7f468c764264dc7ab8a9a9acf970b /recipes/binutils/binutils-cross_cvs.bb
parent295488d84cc0b856e97a6fab0d725d33e5e55873 (diff)
downloadopenembedded-c3c3af2895a810ab6ffc93ea73afb73a88c9246f.tar.gz
binutils_cvs: Various fixes to get it building.
* Port patched needed from binutils 2.19. * Refresh the old patches. * Cover for bitbake fetcher lameness where it checks out the while src tree when we only asked for binutils module. So we have to build selective targets.
Diffstat (limited to 'recipes/binutils/binutils-cross_cvs.bb')
-rw-r--r--recipes/binutils/binutils-cross_cvs.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/binutils/binutils-cross_cvs.bb b/recipes/binutils/binutils-cross_cvs.bb
index 5236f766e1..df1702887c 100644
--- a/recipes/binutils/binutils-cross_cvs.bb
+++ b/recipes/binutils/binutils-cross_cvs.bb
@@ -1,3 +1,7 @@
require binutils_cvs.bb
require binutils-cross.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/binutils-cvs"
+
+do_stage () {
+ oe_runmake install-ld install-binutils install-gas
+}