[oe-commits] org.oe.dev gcc-cross-kernel: permute targets in do_stage to avoid 'No such file or

pb commit openembedded-commits at lists.openembedded.org
Mon Jan 28 21:07:52 UTC 2008


gcc-cross-kernel: permute targets in do_stage to avoid 'No such file or 
directory'

Author: pb at openembedded.org
Branch: org.openembedded.dev
Revision: 5a2bd0882bdfa9ee8a4fae224f66484bf060bc9b
ViewMTN: http://monotone.openembedded.org/revision/info/5a2bd0882bdfa9ee8a4fae224f66484bf060bc9b
Files:
1
packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb
Diffs:

#
# mt diff -r88b6d0d5b0e5836a9bbf16311ac747bf25d751d6 -r5a2bd0882bdfa9ee8a4fae224f66484bf060bc9b
#
# 
# 
# patch "packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb"
#  from [7bcc0559527de7fa6dc5913757e48a1337fcd7e8]
#    to [de07ac05a73eb359a3249b9850f1527893d391a7]
# 
============================================================
--- packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb	7bcc0559527de7fa6dc5913757e48a1337fcd7e8
+++ packages/gcc/gcc-cross-kernel-3.3.4_3.3.4.bb	de07ac05a73eb359a3249b9850f1527893d391a7
@@ -12,6 +12,6 @@ do_stage () {
 
 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}
 }






More information about the Openembedded-commits mailing list