]> code.ossystems Code Review - openembedded-core.git/commit
bitbake build/siggen/runqueue: Fix stampfile parameters
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jan 2011 19:47:00 +0000 (19:47 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Jan 2011 19:47:03 +0000 (19:47 +0000)
commit66c6200ff34e8eeca5d1a689bbf9d6a83818248f
tree0742e6e9e75424890996031703cc8956b918c513
parentec6e4793dc79c61b780b74571db4cd66c1c04251
bitbake build/siggen/runqueue: Fix stampfile parameters

The current parameters are not useful to the stampfile generator function
as they can't uniquely define a task. This updated things so the
parameters can identify unique tasks.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py
bitbake/lib/bb/runqueue.py
bitbake/lib/bb/siggen.py