diff options
author | Ross Burton <ross.burton@arm.com> | 2022-12-07 16:36:48 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-08 10:50:30 +0000 |
commit | 713d0e531bb01c8faa3ee31d5f7b9aee3606b718 (patch) | |
tree | 322a51a9f07fe82c810edd50047c0f83ee05cba5 /scripts/combo-layer | |
parent | 161faa7e7ef1bccc40c91b998170358cb905307a (diff) | |
download | poky-713d0e531bb01c8faa3ee31d5f7b9aee3606b718.tar.gz |
combo-layer: remove unused import
(From OE-Core rev: ebfab6c3034d41252d19c6e1a0ba79072aa51146)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/combo-layer')
-rwxr-xr-x | scripts/combo-layer | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/combo-layer b/scripts/combo-layer index 045de65642..c122f4b5e4 100755 --- a/scripts/combo-layer +++ b/scripts/combo-layer | |||
@@ -21,7 +21,6 @@ import re | |||
21 | import copy | 21 | import copy |
22 | import pipes | 22 | import pipes |
23 | import shutil | 23 | import shutil |
24 | from collections import OrderedDict | ||
25 | from string import Template | 24 | from string import Template |
26 | from functools import reduce | 25 | from functools import reduce |
27 | 26 | ||