From a32b45289b3e95447174594e2cfcc1a42c85f592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20=C3=96lmann?= Date: Wed, 28 Feb 2024 07:48:16 +0100 Subject: [PATCH] bitbake: taskexp_ncurses: fix execution example in introductory comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the ".py" file extension from the "-u" option's argument that has been overlooked while applying the original patch (see [1]) to make the example work. While at it sort the recipes' names consistently with respect to what is found in the self-test examples below. [1] https://lore.kernel.org/bitbake-devel/6f2645a7c4db2ae149d387544d2b94209cfed3f4.camel@linuxfoundation.org/ (Bitbake rev: 1f4d517b7a0389f78d1f791135f8dc9120e9912b) Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/taskexp_ncurses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbake/lib/bb/ui/taskexp_ncurses.py b/bitbake/lib/bb/ui/taskexp_ncurses.py index dd91d26bc3..ea94a4987f 100755 --- a/bitbake/lib/bb/ui/taskexp_ncurses.py +++ b/bitbake/lib/bb/ui/taskexp_ncurses.py @@ -12,7 +12,7 @@ # # Execution example: -# $ bitbake -g -u taskexp_ncurses.py acl zlib +# $ bitbake -g -u taskexp_ncurses zlib acl # # Self-test example (executes a script of GUI actions): # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl