diff options
-rw-r--r-- | meta/classes/icecc.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index a550b6af24..9b912a3083 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
@@ -423,18 +423,22 @@ set_icecc_env() { | |||
423 | bbnote "Using icecc tarball: $ICECC_VERSION" | 423 | bbnote "Using icecc tarball: $ICECC_VERSION" |
424 | } | 424 | } |
425 | 425 | ||
426 | do_configure[network] = "1" | ||
426 | do_configure:prepend() { | 427 | do_configure:prepend() { |
427 | set_icecc_env | 428 | set_icecc_env |
428 | } | 429 | } |
429 | 430 | ||
431 | do_compile[network] = "1" | ||
430 | do_compile:prepend() { | 432 | do_compile:prepend() { |
431 | set_icecc_env | 433 | set_icecc_env |
432 | } | 434 | } |
433 | 435 | ||
436 | do_compile_kernelmodules[network] = "1" | ||
434 | do_compile_kernelmodules:prepend() { | 437 | do_compile_kernelmodules:prepend() { |
435 | set_icecc_env | 438 | set_icecc_env |
436 | } | 439 | } |
437 | 440 | ||
441 | do_install[network] = "1" | ||
438 | do_install:prepend() { | 442 | do_install:prepend() { |
439 | set_icecc_env | 443 | set_icecc_env |
440 | } | 444 | } |