diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/wic/utils/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/utils/misc.py b/scripts/lib/wic/utils/misc.py index 307779aad5..46099840ca 100644 --- a/scripts/lib/wic/utils/misc.py +++ b/scripts/lib/wic/utils/misc.py | |||
@@ -131,7 +131,7 @@ 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 bake it with 'bitbake %s-native' "\ | 134 | msg += "Please make sure wic-tools have %s-native in its DEPENDS, bake it with 'bitbake wic-tools' "\ |
135 | "and try again.\n" % recipe | 135 | "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 "\ |