summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_utils.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-25 12:35:18 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:06 +1000
commit14fc71fc27d80d76d4e1cdba0f8d2a4eace2dd0c (patch)
tree51378220d1f284eab3484924e04753e7713ff3e5 /buildtools/wafsamba/samba_utils.py
parent2454baf83b82fa60bca173eb701aae56f3b65a89 (diff)
downloadsamba-14fc71fc27d80d76d4e1cdba0f8d2a4eace2dd0c.tar.gz
samba-14fc71fc27d80d76d4e1cdba0f8d2a4eace2dd0c.tar.bz2
samba-14fc71fc27d80d76d4e1cdba0f8d2a4eace2dd0c.zip
build: we need to replace md5 in Task as well
Diffstat (limited to 'buildtools/wafsamba/samba_utils.py')
-rw-r--r--buildtools/wafsamba/samba_utils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_utils.py b/buildtools/wafsamba/samba_utils.py
index 382a1b1e84..b0a6b1c2a7 100644
--- a/buildtools/wafsamba/samba_utils.py
+++ b/buildtools/wafsamba/samba_utils.py
@@ -1,7 +1,7 @@
# a waf tool to add autoconf-like macros to the configure section
# and for SAMBA_ macros for building libraries, binaries etc
-import Build, os, sys, Options, Utils
+import Build, os, sys, Options, Utils, Task
from TaskGen import feature, before
from Configure import conf
from Logs import debug
@@ -370,4 +370,5 @@ except:
f.close()
return m.digest()
Utils.md5 = replace_md5
+ Task.md5 = replace_md5
Utils.h_file = replace_h_file