devtool/ide_sdk: Fix help message syntax

(From OE-Core rev: 161cc3742e5a787beabfa6748547d93037185725)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2025-10-23 23:22:19 -07:00 committed by Richard Purdie
parent 440fba30b7
commit fd1f5f958a

View File

@ -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)