summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/misc.py
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2017-06-16 16:19:29 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 11:44:12 +0100
commit247b7a8c3aee8a1a3e28e196aaad964c4598edb6 (patch)
tree89a79af7920b2cf2a0280158e80edad63a104959 /scripts/lib/wic/misc.py
parentdd7e0ae43d84eefb5cc0155656f5d540e01944fb (diff)
downloadpoky-247b7a8c3aee8a1a3e28e196aaad964c4598edb6.tar.gz
wic: code cleanup
Split long lines. Removed unused imports. (From OE-Core rev: 49b704864c7db49e41a0b6bbdb8a2840e7fa232b) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/misc.py')
-rw-r--r--scripts/lib/wic/misc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/wic/misc.py b/scripts/lib/wic/misc.py
index 46099840ca..8a38f2f479 100644
--- a/scripts/lib/wic/misc.py
+++ b/scripts/lib/wic/misc.py
@@ -131,8 +131,8 @@ def exec_native_cmd(cmd_and_args, native_sysroot, pseudo=""):
131 "was not found (see details above).\n\n" % prog 131 "was not found (see details above).\n\n" % prog
132 recipe = NATIVE_RECIPES.get(prog) 132 recipe = NATIVE_RECIPES.get(prog)
133 if recipe: 133 if recipe:
134 msg += "Please make sure wic-tools have %s-native in its DEPENDS, bake it with 'bitbake wic-tools' "\ 134 msg += "Please make sure wic-tools have %s-native in its DEPENDS, "\
135 "and try again.\n" % recipe 135 "build it with 'bitbake wic-tools' and try again.\n" % recipe
136 else: 136 else:
137 msg += "Wic failed to find a recipe to build native %s. Please "\ 137 msg += "Wic failed to find a recipe to build native %s. Please "\
138 "file a bug against wic.\n" % prog 138 "file a bug against wic.\n" % prog