On 02/02/2017 03:47 PM, Burton, Ross wrote:

             runCmd('bitbake -c cleanall man xcursor-transparent-theme')
    -        result = runCmd('bitbake man xcursor-transparent-theme -k',
    ignore_status=True)
    +        result = runCmd('bitbake -c unpack -k man
    xcursor-transparent-theme', ignore_status=True)


I also have to ask why it does cleanall.  Why isn't clean sufficient?

I guess because it's testing that fetching for one recipe fails but unpacking for another recipe succeeds, and getting those tasks to run requires cleanall?

Alex

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to