mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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:
parent
440fba30b7
commit
fd1f5f958a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user