diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2006-12-19 09:19:23 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2006-12-19 09:19:23 +0000 |
commit | 5d7ed4a89f7b609c134e1d57586eaa00493f4462 (patch) | |
tree | 8862072a99fef4ea78d6e4c40da23690216dbc61 | |
parent | f43a9e9e4cfd5a6e701266d6503d4cc793048f43 (diff) |
Remove depedancy on icecc-create-env to temporeraly solve circullar dependancy problem
-rw-r--r-- | classes/icecc.bbclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/icecc.bbclass b/classes/icecc.bbclass index bb5c1b07bf..438859b55a 100644 --- a/classes/icecc.bbclass +++ b/classes/icecc.bbclass @@ -323,8 +323,3 @@ do_compile_prepend() { fi } - - - - -DEPENDS =+ "icecc-create-env" |