diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2017-02-27 15:14:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 11:16:07 +0000 |
commit | b16192c93834d0a6530169557aa34122e1417bcf (patch) | |
tree | 194a2259542d50a1bafd8ea654a11ce0fd6d23d4 /bitbake/lib/bb/fetch2/gitannex.py | |
parent | b1c48fb64619def3ee18286ccbb492e442e007dd (diff) | |
download | poky-b16192c93834d0a6530169557aa34122e1417bcf.tar.gz |
bitbake: fetch2: don't use deprecated bb.data APIs
Cleanup some more usage of bb.data APIs in the fetchers.
(Bitbake rev: 9752fd1c10b8fcc819822fa6eabc2c1050fcc03b)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/fetch2/gitannex.py')
-rw-r--r-- | bitbake/lib/bb/fetch2/gitannex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/gitannex.py b/bitbake/lib/bb/fetch2/gitannex.py index 4937a10891..c66c211428 100644 --- a/bitbake/lib/bb/fetch2/gitannex.py +++ b/bitbake/lib/bb/fetch2/gitannex.py | |||
@@ -22,7 +22,6 @@ BitBake 'Fetch' git annex implementation | |||
22 | 22 | ||
23 | import os | 23 | import os |
24 | import bb | 24 | import bb |
25 | from bb import data | ||
26 | from bb.fetch2.git import Git | 25 | from bb.fetch2.git import Git |
27 | from bb.fetch2 import runfetchcmd | 26 | from bb.fetch2 import runfetchcmd |
28 | from bb.fetch2 import logger | 27 | from bb.fetch2 import logger |