summaryrefslogtreecommitdiffstats
path: root/bin/bitdoc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-02 08:33:49 +0000
committerChris Larson <chris_larson@mentor.com>2011-03-02 08:15:17 -0700
commit36fe59ce314c295d239b76de34c8714def2c32d5 (patch)
tree0212e9d7f774d3e9cd1ee180de4a40c79b52ff71 /bin/bitdoc
parentc6c31b5c58a502703879243ca37585e058e09c71 (diff)
downloadbitbake-contrib-36fe59ce314c295d239b76de34c8714def2c32d5.tar.gz
fetch, fetch2: Get rid of DeprecationWarning notice
* This patch fixes a cosmetic issue currently we get with master WARNING: /home/kraj/work/bitbake/lib/bb/fetch2/__init__.py:733: DeprecationWarning: Call to deprecated function bb.mkdirhier: Please use bb.utils.mkdirhier instead. bb.mkdirhier("%s/%s" % (rootdir, destdir)) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'bin/bitdoc')
-rwxr-xr-xbin/bitdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitdoc b/bin/bitdoc
index c2a7061d1..98fb025a5 100755
--- a/bin/bitdoc
+++ b/bin/bitdoc
@@ -497,7 +497,7 @@ def main():
doc.insert_doc_item(doc_ins)
# let us create the HTML now
- bb.mkdirhier(output_dir)
+ bb.utils.mkdirhier(output_dir)
os.chdir(output_dir)
# Let us create the sites now. We do it in the following order