git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eccd4ca
)
gcc-cross-kernel.inc: depend on gcc-cross to get all the paths in staging/cross in...
author
Koen Kooi
<koen@openembedded.org>
Fri, 13 Jun 2008 17:22:17 +0000
(17:22 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 13 Jun 2008 17:22:17 +0000
(17:22 +0000)
packages/gcc/gcc-cross-kernel.inc
patch
|
blob
|
history
diff --git
a/packages/gcc/gcc-cross-kernel.inc
b/packages/gcc/gcc-cross-kernel.inc
index
59938f5
..
7bca7d2
100644
(file)
--- a/
packages/gcc/gcc-cross-kernel.inc
+++ b/
packages/gcc/gcc-cross-kernel.inc
@@
-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_install () {
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}
}