summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
diff options
context:
space:
mode:
authorGeorge McCollister <george.mccollister@gmail.com>2016-07-12 14:10:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-12 23:12:00 +0100
commit627d01997fcf6a0581d88047735769ffb2592b82 (patch)
treefae8a8e3d6386c9b628a4f33e6d64c0320d3db76 /bitbake/lib/bb/utils.py
parentfd08714c26285ca7a4e56f634ff99d0594059393 (diff)
downloadpoky-627d01997fcf6a0581d88047735769ffb2592b82.tar.gz
useradd-staticids: use map() instead of imap()
In Python3 the itertools module's imap function has been migrated to the globalname space as map(). Calling itertools.imap() will fail because it no longer exists. (From OE-Core rev: da7a2c7b00b40a8759dbe9f4ab6df3e337e3d6b6) Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/utils.py')
0 files changed, 0 insertions, 0 deletions