diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-08-10 06:04:54 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-11 11:27:33 +0100 |
commit | a3d0a7bdc27036a957f477dfbe56244595c304d7 (patch) | |
tree | 5faeaafd5a2140bcfcf155f9db3fa85e0af64d24 /meta/classes | |
parent | 786c4459d680cf371d3dc69b60842b2d093331c3 (diff) | |
download | poky-a3d0a7bdc27036a957f477dfbe56244595c304d7.tar.gz |
base.bbclass: Remove old-style definition of do_build() task.
(From OE-Core rev: f31316b96a97e72d866f12a8e4bb33eaaa54b923)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/base.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 8114cf648b..2c007ab8a6 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -354,8 +354,6 @@ base_do_package() { | |||
354 | } | 354 | } |
355 | 355 | ||
356 | addtask build after do_populate_sysroot | 356 | addtask build after do_populate_sysroot |
357 | do_build = "" | ||
358 | do_build[func] = "1" | ||
359 | do_build[noexec] = "1" | 357 | do_build[noexec] = "1" |
360 | do_build[recrdeptask] += "do_deploy" | 358 | do_build[recrdeptask] += "do_deploy" |
361 | do_build () { | 359 | do_build () { |