generic-poky/bitbake/lib/bb
Khem Raj 54e10127c4 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))

(Bitbake rev: 36fe59ce314c295d239b76de34c8714def2c32d5)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03 22:51:33 +00:00
..
fetch fetch, fetch2: Get rid of DeprecationWarning notice 2011-03-03 22:51:33 +00:00
fetch2 fetch, fetch2: Get rid of DeprecationWarning notice 2011-03-03 22:51:33 +00:00
parse bitbake/data_smart: Improve the way lazyassignment works 2011-02-23 11:48:01 +00:00
pysh bitbake: Sync a load of whitespace and other non-functionality changes with bitbake uptream 2011-01-04 14:46:54 +00:00
server bitbake/server/none: fix getEvent() to return events 2011-02-24 15:53:58 +00:00
ui bitbake/hob: only show one progress dialog when changing machine 2011-02-25 15:24:32 -08:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py bitbake:__init__.py: Fix debug log level handling to correct debug output 2011-02-07 14:50:27 +00:00
build.py build: add missing newline 2011-03-03 22:51:28 +00:00
cache.py bitbake/cache/runqueue.py: Move workload for recipe parsing to the child process 2011-02-28 20:48:08 +00:00
codeparser.py bitbake/codeparser: fix raising of ShellSyntaxError 2011-02-25 15:38:29 +00:00
command.py bitbake: implement command to find configuration files for a config variable 2011-02-24 15:54:51 +00:00
cooker.py bitbake/cooker: don't drop possible_world ref count 2011-02-24 15:54:53 +00:00
daemonize.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
data.py bitbake/siggen.py: Fix whitelisted variable handling 2011-01-12 15:58:48 +00:00
data_smart.py bitbake/data_smart: Improve Variable expansion error handling 2011-02-23 13:13:31 +00:00
event.py bitbake/event: fix some whitespace issues 2011-02-24 15:54:52 +00:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py bitbake/msg: Ensure lower level debug messages have DEBUG prefix and reuse log level values from formatter 2011-02-07 14:50:27 +00:00
persist_data.py persist_data: kill unreachable break line 2011-02-10 22:35:12 +00:00
process.py process.py: Avoid deprecation warning 2011-02-14 16:32:07 +00:00
providers.py bitbake/providers.py: Fix runtime providers problems 2011-01-20 22:44:33 +00:00
runqueue.py bitbake/cache/runqueue.py: Move workload for recipe parsing to the child process 2011-02-28 20:48:08 +00:00
shell.py cooker: stop loading the cache for -b 2011-01-04 14:46:43 +00:00
siggen.py siggen: add bb.data, bb.parse imports 2011-02-21 13:49:56 +00:00
taskdata.py cooker: use re match, not search in re_match_strings 2011-01-04 14:46:47 +00:00
utils.py bitbake/utils.py: Only try and add read access to a file if we don't have it 2011-02-25 17:24:34 +00:00