]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-cross-initial: An install stage is totally pointless
authorRichard Purdie <richard@openedhand.com>
Tue, 18 Sep 2007 10:17:55 +0000 (10:17 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 18 Sep 2007 10:17:55 +0000 (10:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2756 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc-cross-initial_3.3.4.bb
meta/packages/gcc/gcc-cross-initial_3.4.3.bb
meta/packages/gcc/gcc-cross-initial_3.4.4.bb
meta/packages/gcc/gcc-cross-initial_4.0.2.bb
meta/packages/gcc/gcc-cross-initial_4.1.1.bb
meta/packages/gcc/gcc-cross-initial_csl-arm-2005q3.bb
meta/packages/gcc/gcc-cross-initial_csl-arm-2006q1.bb

index 4fccaf388871b8a4cb18d2992115dd4280166937..0fb0511176b9bea3ea39b649309c090caccaff23 100644 (file)
@@ -1,4 +1,3 @@
-SECTION = "devel"
 require gcc-cross_${PV}.bb
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils"
@@ -23,7 +22,6 @@ do_stage_prepend () {
        ln -sf libgcc.a ${CROSS_DIR}/lib/gcc-lib/${TARGET_SYS}/${PV}/libgcc_eh.a
 }
 
-# Override the method from gcc-cross so we don't try to install libgcc
 do_install () {
-       oe_runmake 'DESTDIR=${D}' install
+       :
 }
index 307c6f7d4c231e04fbfb14412468318a51a3f277..389c8aa75b7b0ea5355c234248ccd6404b9ec42f 100644 (file)
@@ -22,7 +22,6 @@ do_stage_prepend () {
        ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
 }
 
-# Override the method from gcc-cross so we don't try to install libgcc
 do_install () {
-       oe_runmake 'DESTDIR=${D}' install
+       :
 }
index 307c6f7d4c231e04fbfb14412468318a51a3f277..389c8aa75b7b0ea5355c234248ccd6404b9ec42f 100644 (file)
@@ -22,7 +22,6 @@ do_stage_prepend () {
        ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
 }
 
-# Override the method from gcc-cross so we don't try to install libgcc
 do_install () {
-       oe_runmake 'DESTDIR=${D}' install
+       :
 }
index 037f3032a66b481bb52d942cfc62f17c50c6088b..9d279d3dedcab3ea29566a9fce5f769c9c627be0 100644 (file)
@@ -23,7 +23,6 @@ do_stage_prepend () {
        ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
 }
 
-# Override the method from gcc-cross so we don't try to install libgcc
 do_install () {
-       oe_runmake 'DESTDIR=${D}' install
+       :
 }
index 1e23ef9330dca179861b3f4198e0eeb47e750269..ade74d5e9b197c8519455a672833e19c76a2189d 100644 (file)
@@ -24,7 +24,6 @@ do_stage_prepend () {
        ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
 }
 
-# Override the method from gcc-cross so we don't try to install libgcc
 do_install () {
-       oe_runmake 'DESTDIR=${D}' install
+       :
 }
index 307c6f7d4c231e04fbfb14412468318a51a3f277..389c8aa75b7b0ea5355c234248ccd6404b9ec42f 100644 (file)
@@ -22,7 +22,6 @@ do_stage_prepend () {
        ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
 }
 
-# Override the method from gcc-cross so we don't try to install libgcc
 do_install () {
-       oe_runmake 'DESTDIR=${D}' install
+       :
 }
index 17cf7b4d9bca8ab0c37293575058b31f9a4ca1a8..27b770fdce42e32e18081b5716c06e7f7878a3e9 100644 (file)
@@ -26,7 +26,6 @@ do_stage_prepend () {
        ln -sf libgcc.a ${CROSS_DIR}/lib/gcc/${TARGET_SYS}/${BINV}/libgcc_eh.a
 }
 
-# Override the method from gcc-cross so we don't try to install libgcc
 do_install () {
-       oe_runmake 'DESTDIR=${D}' install
+       :
 }