diff options
Diffstat (limited to 'bitbake/lib/hashserv/server.py')
-rw-r--r-- | bitbake/lib/hashserv/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/hashserv/server.py b/bitbake/lib/hashserv/server.py index ef8227d430..d40a2ab8f8 100644 --- a/bitbake/lib/hashserv/server.py +++ b/bitbake/lib/hashserv/server.py | |||
@@ -413,7 +413,7 @@ class ServerClient(bb.asyncrpc.AsyncServerConnection): | |||
413 | # A matching output hash was found. Set our taskhash to the | 413 | # A matching output hash was found. Set our taskhash to the |
414 | # same unihash since they are equivalent | 414 | # same unihash since they are equivalent |
415 | unihash = row['unihash'] | 415 | unihash = row['unihash'] |
416 | resolve = Resolve.REPLACE | 416 | resolve = Resolve.IGNORE |
417 | else: | 417 | else: |
418 | # No matching output hash was found. This is probably the | 418 | # No matching output hash was found. This is probably the |
419 | # first outhash to be added. | 419 | # first outhash to be added. |