diff mbox

[1/1] legacy/sqlite: add "sqlite" to legacy option name

Message ID 1482203552-5676-1-git-send-email-danomimanchego123@gmail.com
State Accepted
Commit 62da71c980fe2e44059e4d6a7e00cbe279905a26
Headers show

Commit Message

Danomi Manchego Dec. 20, 2016, 3:12 a.m. UTC
The "command-line editing support was updated" does not indicate
the package name, unlike the other legacy options.  This commit
adds "sqlite", to be nicer.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 Config.in.legacy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Dec. 20, 2016, 8:33 a.m. UTC | #1
>>>>> "Danomi" == Danomi Manchego <danomimanchego123@gmail.com> writes:

 > The "command-line editing support was updated" does not indicate
 > the package name, unlike the other legacy options.  This commit
 > adds "sqlite", to be nicer.

 > Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>

Committed, thanks.
diff mbox

Patch

diff --git a/Config.in.legacy b/Config.in.legacy
index 71faa8d..2811c7b 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -649,7 +649,7 @@  config BR2_GCC_VERSION_4_5_X
 	  version instead.
 
 config BR2_PACKAGE_SQLITE_READLINE
-	bool "command-line editing support was updated"
+	bool "sqlite command-line editing support was updated"
 	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_READLINE
 	select BR2_LEGACY