]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar API
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Nov 2016 11:19:01 +0000 (11:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 10:59:56 +0000 (10:59 +0000)
commit8de811ae76f8a5bc160e3e3f72da3a5e08b6ca1a
treed05237b14523de16c128de71d99eed4f8f9e554e
parent4d8ee55164303544c9cf9c9356448cbc79885815
bitbake: lib/bb: Don't use deprecated bb.data.getVar/setVar API

The old style bb.data.getVar/setVar API is obsolete. Most of bitbake
doesn't use it but there were some pieces that escaped conversion. This
patch fixes the remaining users mostly in the fetchers.

(Bitbake rev: ff7892fa808116acc1ac50effa023a4cb031a5fc)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/fetch2/__init__.py
bitbake/lib/bb/fetch2/clearcase.py
bitbake/lib/bb/fetch2/git.py
bitbake/lib/bb/fetch2/hg.py
bitbake/lib/bb/fetch2/local.py
bitbake/lib/bb/fetch2/npm.py
bitbake/lib/bb/fetch2/repo.py
bitbake/lib/bb/fetch2/sftp.py
bitbake/lib/bb/tests/codeparser.py