]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: build.py: Add stampdir argument to cached_mtime_noerror
authorAndrei Gherzan <andrei.gherzan@windriver.com>
Thu, 16 Aug 2012 11:21:33 +0000 (14:21 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Aug 2012 11:27:28 +0000 (12:27 +0100)
commite69103c4f7e45c24f1fbe9df0383f39e877abcb4
treeaf77a4efd1d52d447cf0f3972e9f38e2aea3e331
parentb97d50618b2187bcfd7d25f64d1444482ca62ef7
bitbake: build.py: Add stampdir argument to cached_mtime_noerror

After commit 2718537b4b04eb3d80ab4d74171b58e7b8dd68b8 (bitbake:
build.py: Only execute mkdirhier if stampdir doesn't exist) build
failes as cached_mtime_noerror needs an argument - stamp dir. This
argument was forgotten.

Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/build.py