[OE-core] [PATCH] bitbake: build.py: Add stampdir argument to cached_mtime_noerror

Saul Wold sgw at linux.intel.com
Thu Aug 16 17:33:34 UTC 2012


On 08/16/2012 04:17 AM, Andrei Gherzan wrote:
> 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 at windriver.com>
> ---
>   bitbake/lib/bb/build.py |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py
> index d64077e..b484d19 100644
> --- a/bitbake/lib/bb/build.py
> +++ b/bitbake/lib/bb/build.py
> @@ -465,7 +465,7 @@ def stamp_internal(taskname, d, file_name):
>       stamp = bb.parse.siggen.stampfile(stamp, file_name, taskname, extrainfo)
>
>       stampdir = os.path.dirname(stamp)
> -    if bb.parse.cached_mtime_noerror == 0:
> +    if bb.parse.cached_mtime_noerror(stampdir) == 0:
>           bb.utils.mkdirhier(stampdir)
>
>       return stamp
>
Merged into OE-Core

Thanks
	Sau!





More information about the Openembedded-core mailing list