gcc-cross-kernel: permute targets in do_stage to avoid 'No such file or
authorPhil Blundell <philb@gnu.org>
Mon, 28 Jan 2008 15:20:03 +0000 (15:20 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 28 Jan 2008 15:20:03 +0000 (15:20 +0000)
directory'

packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb

index 7f274be..ba89452 100644 (file)
@@ -12,6 +12,6 @@ do_install () {
 
 do_stage () {
        cd gcc
-       oe_runmake install-common install-headers install-libgcc
+       oe_runmake install-libgcc install-common install-headers
        install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV}
 }