diff options
| -rw-r--r-- | meta/classes/base.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 1547ed0305..f540b58fbb 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
| @@ -438,6 +438,9 @@ base_do_package() { | |||
| 438 | addtask build after do_populate_sysroot | 438 | addtask build after do_populate_sysroot |
| 439 | do_build = "" | 439 | do_build = "" |
| 440 | do_build[func] = "1" | 440 | do_build[func] = "1" |
| 441 | do_build () { | ||
| 442 | : | ||
| 443 | } | ||
| 441 | 444 | ||
| 442 | python () { | 445 | python () { |
| 443 | import exceptions, string | 446 | import exceptions, string |
