From: Khem Raj Date: Fri, 24 Oct 2025 06:22:19 +0000 (-0700) Subject: devtool/ide_sdk: Fix help message syntax X-Git-Tag: yocto-5.3~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=161cc3742e5a787beabfa6748547d93037185725;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git devtool/ide_sdk: Fix help message syntax Signed-off-by: Khem Raj Signed-off-by: Mathieu Dubois-Briand --- diff --git a/scripts/lib/devtool/ide_sdk.py b/scripts/lib/devtool/ide_sdk.py index d9b54f7991..87a4c13ec5 100755 --- a/scripts/lib/devtool/ide_sdk.py +++ b/scripts/lib/devtool/ide_sdk.py @@ -104,7 +104,7 @@ class RecipeNative: class RecipeGdbCross(RecipeNative): - """Handle handle gdb-cross on the host and the gdbserver on the target device""" + """Handle gdb-cross on the host and the gdbserver on the target device""" def __init__(self, args, target_arch, target_device): super().__init__('gdb-cross-' + target_arch, target_arch)