[oe-commits] org.oe.dev gcc-cross-kernel.inc: depend on gcc-cross to get all the paths in staging/cross in the right place for the build

koen commit oe at amethyst.openembedded.net
Fri Jun 13 18:27:47 UTC 2008


gcc-cross-kernel.inc: depend on gcc-cross to get all the paths in staging/cross in the right place for the build

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: c407c3e3af9b704a138bada2e0b7c565f8c293be
ViewMTN: http://monotone.openembedded.org/revision/info/c407c3e3af9b704a138bada2e0b7c565f8c293be
Files:
1
packages/gcc/gcc-cross-kernel.inc
Diffs:

#
# mt diff -rdcb64a194ff2de690eefbd966dfbc5fd1a985bcc -rc407c3e3af9b704a138bada2e0b7c565f8c293be
#
#
#
# patch "packages/gcc/gcc-cross-kernel.inc"
#  from [6daf5e39d57550087db0d0c8de25156ba153b035]
#    to [20867aba06eab9b6f8398e481391ea9109b3b80e]
#
============================================================
--- packages/gcc/gcc-cross-kernel.inc	6daf5e39d57550087db0d0c8de25156ba153b035
+++ packages/gcc/gcc-cross-kernel.inc	20867aba06eab9b6f8398e481391ea9109b3b80e
@@ -1,6 +1,8 @@
 # Cut-down gcc for kernel builds
 # Only installs ${TARGET_PREFIX}gcc-${PV}, not ${TARGET_PREFIX}gcc.
 
+DEPENDS += "gcc-cross"
+
 PROVIDES = "virtual/${TARGET_PREFIX}gcc-${PV}"
 
 do_install () {
@@ -9,8 +11,6 @@ do_stage () {
 
 do_stage () {
 	cd gcc
-	install -d ${CROSS_DIR}/bin/
-	install -d ${CROSS_DIR}/lib/
 	oe_runmake install-common install-headers install-libgcc
 	install -m 0755 xgcc ${CROSS_DIR}/bin/${TARGET_PREFIX}gcc-${PV}
 }






More information about the Openembedded-commits mailing list