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:
2d41eae
)
Dont use oe.which to locate ccdv. If we already DEPENDS on ccdv-native, we know...
author
Chris Larson
<clarson@kergoth.com>
Mon, 8 Nov 2004 23:57:53 +0000
(23:57 +0000)
committer
Chris Larson
<clarson@kergoth.com>
Mon, 8 Nov 2004 23:57:53 +0000
(23:57 +0000)
BKrev: 41900801viPioFQbufy25Ie5iL9V1A
classes/ccdv.oeclass
patch
|
blob
|
history
diff --git
a/classes/ccdv.oeclass
b/classes/ccdv.oeclass
index
e69de29
..
7fd814b
100644
(file)
--- a/
classes/ccdv.oeclass
+++ b/
classes/ccdv.oeclass
@@
-0,0
+1,6
@@
+DEPENDS =+ "ccdv-native"
+MAKE += "-s"
+CCDV = "ccdv"
+CC =+ "${CCDV}"
+BUILD_CC =+ "${CCDV}"
+CCLD =+ "${CCDV}"