[OE-core] puzzled about definition of "build" task

Robert P. J. Day rpjday at crashcourse.ca
Sun Aug 10 00:42:37 UTC 2014


  first time i noticed this in base.bbclass:

addtask build after do_populate_sysroot
do_build = ""             <--- ????
do_build[func] = "1"
do_build[noexec] = "1"
do_build[recrdeptask] += "do_deploy"
do_build () {
        :
}

  what's with the lines

do_build = ""
do_build[func] = "1"

i've never seen that construct with any other tasks.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-core mailing list